TSAP-Laval / acquisition-backend

MIT License
1 stars 0 forks source link

Changer le nom des routes #40

Closed laurentlp closed 7 years ago

laurentlp commented 7 years ago

Faire en sorte que l'API soit REST et changer le nom des route pour un nom significatif...

Alexandrehebertvincent commented 7 years ago

I'm on in 👍

Alexandrehebertvincent commented 7 years ago

Liste des routes:

r.HandleFunc("/api/mouvement_types", a.GetMovementTypeHandler)
r.HandleFunc("/api/action_types", a.GetAllActionsTypes)
r.HandleFunc("/api/action_types/nouveau", a.PostActionType)
r.HandleFunc("/api/video", a.VideoHandler)
r.HandleFunc("/api/edition/joueurs", a.GetJoueurs)
r.HandleFunc("/api/seeders", a.Remplir)
r.HandleFunc("/api/seeders/faire_bd", a.FaireBD)
r.HandleFunc("/api/edition/actions", a.GetActions)
r.HandleFunc("/api/edition/joueurs/nouveau", a.PostJoueur)
Alexandrehebertvincent commented 7 years ago

PR #41