Closed uttamk closed 8 years ago
Today we have only one implementation of a Resource i.e. CrudResource Sometimes we need to an endpoint that just returns data, without CRUD semantics
For example, /api/v1/client_metadata/ (and not /api/v1/client_metadata/1/) It should return the whatever schema I like it to return
@skmvasu
Today we have only one implementation of a Resource i.e. CrudResource Sometimes we need to an endpoint that just returns data, without CRUD semantics
For example, /api/v1/client_metadata/ (and not /api/v1/client_metadata/1/) It should return the whatever schema I like it to return