Ajouter route de List Transactions
Ajouter GET /v2/transactions http/1.1 Ajouter DataClient.ListTransactions() Ajouter handlers et models associés
This commit is contained in:
parent
547833cfdb
commit
afb944cbb3
4 changed files with 66 additions and 1 deletions
|
@ -61,6 +61,7 @@ var apiCmd = &cobra.Command{
|
|||
|
||||
e.GET("/v2/membres/:membre_id/", handlers.GetMembre)
|
||||
|
||||
e.GET("/v2/transactions/", handlers.GetTransactions)
|
||||
e.POST("/v2/transactions/", handlers.PostTransactions)
|
||||
|
||||
// Check bottin is ready
|
||||
|
|
Reference in a new issue