rvk_methods 0.1.0

Crate providing methods of VK (VKontakte) API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
api_category!("stories"; methods {
    ban_owner,
    delete,
    get,
    get_banned,
    get_by_id,
    get_photo_upload_server,
    get_replies,
    get_stats,
    get_video_upload_server,
    get_viewers,
    hide_all_replies,
    hide_reply,
    unban_owner
});