Expand description
Implementation of Vkontakte Client.
General purpose is perform as much as possible requests per second.
It uses smart compression vk_method::Methods into execute.
Also you can create client which uses multiple Configs with Client::from_configs.
Each Config includes own token, http client, api version and so on.
By default, it provides relatively low-level Client::method
However, there is thisvk feature avaible.
Consider using it if you want call vk methods directly from Client. For details see thisvk.
Re-exports§
Modules§
Structs§
Enums§
- Error
- The Errors that may occur during processing a
vk_method::Method.