rvk
rvk copied to clipboard
:package: A set of crates for easy access to the VK (VKontakte) API
Results
2
rvk issues
Sort by
recently updated
recently updated
newest added
## Summary Allow using a custom API client in `rvk_methods` instead of just `rvk::APIClient`. ## Suggested solution This will likely involve creating a trait that has the necessary function, `call_method`,...
enhancement
good first issue
api
methods
The `rvk_methods` crate currently uses macros to "generate" functions for all methods. The issue is that in order to convert `snake_case` names into `mixedCase` names expected by the VK API,...
enhancement
methods