Create routes for articles #6
flecomte
commented 2019-07-22 23:54:45 +02:00
(Migrated from github.com)
- GET /articles pour lister tout
- GET /articles/{slug} pour un seul article
- POST /articles pour créé un article
- PATCH /articles pour modifier
- DELETE /articles/{slug} pour supprimer
- GET /articles?q=xxx pour rechercher
- [ ] GET /articles pour lister tout
- [ ] GET /articles/{slug} pour un seul article
- [ ] POST /articles pour créé un article
- [ ] PATCH /articles pour modifier
- [ ] DELETE /articles/{slug} pour supprimer
- [ ] GET /articles?q=xxx pour rechercher
Reference in New Issue
Block a user