add: tag post endpoint

This commit is contained in:
Tobias Reisinger 2020-08-11 23:33:04 +02:00
parent 7371c9a84e
commit 505faa6df2
4 changed files with 60 additions and 2 deletions
include/endpoints

View file

@ -6,6 +6,9 @@
void
api_v1_tags_GET(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
void
api_v1_tags_POST(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);
void
api_v1_tags_STR_GET(struct mg_connection *nc, struct http_message *hm, endpoint_args_t *args, endpoint_response_t *response);