Skip to contents

This function sends a POST request to the API with the specified parameters and text.

Usage

post_request(params, text)

Arguments

params

A list of parameters to be passed to the API.

text

The text to be translated.

Value

The response from the API.

Examples

if (FALSE) {
post_request(params = , text = "Hello, world!")
}