yandex-translate-api
Описание
Yandex Translate API with rust.
Языки
- Rust100%
README.md
yandex-translate-api
Yandex Translate API with rust.
HTTP-GET
POST https://translate.api.cloud.yandex.net/translate/v2/translate
Parameters in the request body
Parameters in the request headers
Dependencies
- reqwest = { version = "0.11.22", features = ["json"] }
- serde_json = "1.0.107"
- tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }