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
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?