Using RESTful APIs (babolabs.blogspot.com)
I wrote a basic introduction to understanding HTTP and using RESTful APIs for people who are unsure how everything fits together. The format is not that of a research paper and is instead intended to serve as a basic primer for new programmers and startups interested in breaking into the world of RESTful APIs. Hope this is helpful and I look forward to corrections, criticisms, and feedback. Happy hacking.
7 comments
[ 3.0 ms ] story [ 37.6 ms ] threadI'm not going to list them all, but here's a start.
- gives the Google AJAX-ified query string without explaining the difference
- perpetuates the 256-char query string limit myth [1]
- totally muddles distinction between POST and GET, e.g., "Therefore, we POST information to a server when we want to give information to us."
- talks about examples that are never shown
- python examples have no error handling
[1] http://www.w3.org/2001/tag/doc/get7#myths
That said, I am thankful for your constructive criticisms and will revise my post so that its content is more satisfactory.
Pak, thank you for the w3 resource. As it says in the reference, it does seem that 256 was the limit for prior implementations; however, it seems my understanding was indeed based on outdated material. In response to your other criticism, which example is never shown so I may add it?
If you have suggestions on topics I should include or other resources I should review before making changes, suggestions would be appreciated.
Cheers
Also, when replying to people directly, try to thread your reply onto theirs or that person might never see it.