1
2
3
4
5
6
7
8
api_category!("polls"; methods {
    add_vote,
    create,
    delete_vote,
    edit,
    get_by_id,
    get_voters
});