Create routes for constitution #12

Closed
opened 2019-07-23 00:11:53 +02:00 by flecomte · 0 comments
flecomte commented 2019-07-23 00:11:53 +02:00 (Migrated from github.com)
  • GET /constitutions pour lister tout
  • GET /constitutions/{slug} pour un seul article
  • POST /constitutions pour créé un article
  • PATCH /constitutions pour modifier
  • DELETE /constitutions/{slug} pour supprimer
  • GET /constitutions?q=xxx pour rechercher
- [ ] GET /constitutions pour lister tout - [ ] GET /constitutions/{slug} pour un seul article - [ ] POST /constitutions pour créé un article - [ ] PATCH /constitutions pour modifier - [ ] DELETE /constitutions/{slug} pour supprimer - [ ] GET /constitutions?q=xxx pour rechercher
Sign in to join this conversation.