api-collab / api-collab-server

0 stars 2 forks source link

refactor(list-to-object): Refactored all endpoints returning lists #49

Closed kand617 closed 6 years ago

kand617 commented 6 years ago

This PR is regarding #47 All endpoints that return a list of objects now follow:

{
    items:[],
    totalCount:5
}

The total count could be null if total count is not retrievable. We do not have such as of now.