Wednesday, 12 December 2018

Are there any good examples of open source REST APIs?

I know how to build APIs for my own use, but I was wondering if there are any examples of large scale REST APIs that I can learn from.​Specifically how to handle large quantities of data: at what point does the API decide to return only a subset of the results, how does pagination work in the backend, and other stuff like general code structure.

Submitted December 12, 2018 at 08:54PM by ns_helloworld

No comments:

Post a Comment