Create route for comment article #7
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
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?