Sort - API/Etc

TwitterFacebook
Get flash to fully experience Pearltrees
API/Etc | Tech Topics

Swagger: A simple, open standard for describing REST APIs with JSON

https://developers.helloreverb.com/swagger/ Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. The overarching goal of Swagger is to enable client and documentation systems to update at the same pace as the server. The documentation of methods, parameters, and models are tightly integrated into the server code, allowing APIs to always stay in sync. With Swagger, deploying managing, and using powerful APIs has never been easier.

API Design is UI for Developers » Terence Eden has a Blog

http://shkspr.mobi/blog/2012/03/api-design-is-ui-for-developers/ I've been thinking a lot about APIs and their design recently. I stumbled on this fantastic quote from Greg Parker: A programming language is a user interface for developers.