post_request {textrar} | R Documentation |
This function sends a POST request to the API with the specified parameters and text.
post_request(params, text)
params |
A list of parameters to be passed to the API. |
text |
The text to be translated. |
The response from the API.
## Not run:
post_request(params = , text = "Hello, world!")
## End(Not run)