Aplopio / django_rip

MIT License
14 stars 6 forks source link

Support ViewResource #32

Closed uttamk closed 8 years ago

uttamk commented 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

uttamk commented 8 years ago

@skmvasu