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
api_category!("notes"; methods {
    add,
    create_comment,
    delete,
    delete_comment,
    edit,
    edit_comment,
    get,
    get_by_id,
    get_comments,
    restore_comment
});