Create routes for articles #6

Closed
opened 2019-07-22 23:54:45 +02:00 by flecomte · 0 comments
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
Sign in to join this conversation.