1
2
3
4
5
6
7
8
9
api_category!("users"; methods {
    get,
    get_followers,
    get_nearby,
    get_subscriptions,
    is_app_user,
    report,
    search
});