The Endpoint type represents the deepl uri to use for the translation request. As deepl offers a free and paid endpoint.
You will need to choose which one to use. Defaults to the free endpoint when not set.
pub type Endpoint {
Endpoint(String)
}
Constructors