args-api 0.1.0

Shared API contract types and endpoint definitions for args.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod create_answer;
pub mod create_answer_comment;
pub mod create_question;
pub mod create_question_comment;
pub mod get_question;
pub mod list_questions;
pub mod update_answer;
pub mod update_comment;
pub mod update_question;
pub mod vote_answer;
pub mod vote_comment;
pub mod vote_question;