Skip to content
Arthur edited this page Jan 5, 2017 · 6 revisions

Examples of HTTP requests to JSON API compatible routes/Controllers

POST - create Article

POST_create_article

GET - get all articles, including tag entity

GET_all_articles_including_tag

GET - get Article by id, including tag entity

GET_article_by_id

PATH - update Article

PATCH_article

DELETE - delete an Article entity

DELETE_article

Clone this wiki locally