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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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}}
###