1
0

Replaced CObject with a function returning an object

This commit is contained in:
kolaente
2018-10-11 17:53:59 +02:00
parent a612037ee1
commit d8f6a628db
8 changed files with 66 additions and 39 deletions

View File

@ -5,7 +5,7 @@ Authorization: Bearer {{auth_token}}
###
# Get one list
GET http://localhost:8080/api/v1/lists/13546850
GET http://localhost:8080/api/v1/lists/2
Authorization: Bearer {{auth_token}}
###