Scripted.com API: Interactive Documentation
11–16 of 16 posts
Re: Scripted.com API: Interactive Documentation
#12The Redis docs are similar, albeit not quite as fancy. The reference page for each command includes a few example requests and their results -- and it's connected to a running Redis server, so you can actually type commands into it. Check it out: http://redis.io/commands/sadd
Re: Scripted.com API: Interactive Documentation
#13This is a nice take on the I/O Docs/API Explorer style (e.g. http://developer.mashery.com/iodocs ). Those sample JSON responses could really stand to get some pretty printing though. Don't provide example responses if they're unreadable. The post even touches on this ("An API’s documentation is its human interface") so it would nice to see them made more human-readable.
Re: Scripted.com API: Interactive Documentation
#14Re: Scripted.com API: Interactive Documentation
#15Re: Scripted.com API: Interactive Documentation
#16The Redis docs are similar, albeit not quite as fancy. The reference page for each command includes a few example requests and their results -- and it's connected to a running Redis server, so you can actually type commands into it. Check it out: http://redis.io/commands/sadd