Replaced CObject with a function returning an object
This commit is contained in:
parent
a612037ee1
commit
d8f6a628db
8 changed files with 66 additions and 39 deletions
|
|
@ -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}}
|
||||
|
||||
###
|
||||
|
|
|
|||
Reference in a new issue