Create route for comment article #7

Closed
opened 2019-07-22 23:55:28 +02:00 by flecomte · 0 comments
flecomte commented 2019-07-22 23:55:28 +02:00 (Migrated from github.com)
  • GET /{resource}/{slug}/comments pour la liste des commentaires d'une resource
  • POST /{resource}/{slug}/comments pour créé un commentaire
  • PATCH /{resource}/comments/{slug} pour modifier
  • DELETE /{resource}/comments/{slug} pour supprimer
  • GET /{resource}/{slug}/comments?q=xxx pour rechercher
- [ ] GET /{resource}/{slug}/comments pour la liste des commentaires d'une resource - [ ] POST /{resource}/{slug}/comments pour créé un commentaire - [ ] PATCH /{resource}/comments/{slug} pour modifier - [ ] DELETE /{resource}/comments/{slug} pour supprimer - [ ] GET /{resource}/{slug}/comments?q=xxx pour rechercher
Sign in to join this conversation.