leichter / cwrx

(Old) Cinema6 API
0 stars 0 forks source link

Services should send 200 and empty array when finding no objects #337

Closed leichter closed 9 years ago

leichter commented 9 years ago

For GET .../objects endpoints, the services should send 200,[] as the response, instead of 404, 'No objects found'. The content service does this properly, but the other services should be fixed to do this.

leichter commented 9 years ago

Per @minznerjosh's request; you and @sqmunson should ensure that no code in the studio or proshop will break because of this, and delete unneeded code once this is deployed.