You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added getting the url.Values as a parameter of the callMethod method of the BasicMethod structure
in the api package. And, accordingly, it is now possible to add query parameters to the API method information.
Added
Library
Core
Added method PrepareRequestWithClient in the core package to specify users http.Client` for requests to API.
Added test mod for working api system.
Api
Added test package to api package with tests of API methods.
Добавлено получение url.Values в качестве параметра метода CallMethod структуры BasicMethod в пакете api.
И, соответственно, появилась возможность добавлять в информацию о методе API параметры запроса.
Добавлено
Библиотека
Ядро
Добавлен метод PrepareRequestWithClient в пакете core, позволяющий указывать пользовательский http.Client для запросов к API.
Добавлено тестовое состояние для работы API.
Api
Добавлен пакет тест в пакет api с тестами API методов.