rvk_methods 0.1.0

Crate providing methods of VK (VKontakte) API
Documentation
api_category!("market"; methods {
    add,
    add_album,
    add_to_album,
    create_comment,
    delete,
    delete_album,
    delete_comment,
    edit,
    edit_album,
    edit_comment,
    get,
    get_album_by_id,
    get_albums,
    get_by_id,
    get_categories,
    get_comments,
    remove_from_album,
    reorder_albums,
    reorder_items,
    report,
    report_comment,
    restore,
    restore_comment,
    search
});