yandex_gpt_rest_api 0.2.3 yandex_gpt_rest_api: ^0.2.3 copied to clipboard
yandex_gpt_rest_api
0.2.3 #
- Fixed errors by closing requests with
ApiCancelToken
. - Add tests for
ApiCancelToken
.
0.2.2 #
- Add tests for
YandexGptApiClient
- handling successful response and json conversion.
0.2.1 #
- Add tests for
YandexGptHttpClient
- handling errors and successful response.
0.2.0 #
- Divided
ContractApiError
intoDetailedApiError
andShortApiError
.
0.1.0 #
- Receiving data from the API.
- Asynchronous generation and receipt of normal error statuses does not work. The signature of the methods may change.