Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajouter des endpoints à l'API #169

Open
7 tasks
arnaud9145 opened this issue Oct 7, 2019 · 0 comments
Open
7 tasks

Ajouter des endpoints à l'API #169

arnaud9145 opened this issue Oct 7, 2019 · 0 comments
Labels
feature Adding something

Comments

@arnaud9145
Copy link
Member

  • POST /api/bugs -> ajouter un nouveau bug
  • GET / api/bugs -> liste des bugs (liste simplifié, pas tous les détails) avec filtres (résolu/non résolus/tous,
  • GET /api/bugs/:id -> toutes les infos d'un bug
  • PUT /api/bugs/:id -> modifier un bug
  • POST/api/bugs/:id -> ajouter un commentaire sur le bug
  • DELETE /api/comments/:id -> supprimer un commentaire
  • PUT /api/comments/:id -> modifier un commentaire
@arnaud9145 arnaud9145 added the feature Adding something label Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding something
Projects
None yet
Development

No branches or pull requests

1 participant