jatin-practice / django-rest-interface

Automatically exported from code.google.com/p/django-rest-interface
0 stars 0 forks source link

responder.py: Serialized output should contain links to entries, next page etc. #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In serialized output, it is better to include the addresses of resources as
links than to let the client construct the URLs, e.g. for the next page,
for an object in a list or for related objects.

Original issue reported on code.google.com by stuhlmue...@gmail.com on 19 Aug 2007 at 7:10

GoogleCodeExporter commented 8 years ago
Are there any intentions of continuing work on this issue in the near future? 
Or has
any work been done already?

Original comment by gsieg...@gmail.com on 1 Apr 2009 at 5:05

GoogleCodeExporter commented 8 years ago
I would like to see some way of retrieve a total number of pages or objects.
Currently if pagination is enabled, the client does not know if there should be 
a
next-page link or not. How would you solve this problem?

Original comment by dro...@gmail.com on 7 Dec 2009 at 4:43