Stop Writing REST API Clients
Awesome idea/project!
Outlining the REST API in JSON allows one to perform application-level request validation - for example it would be trivial to write validation code to make sure that we don’t try to accidentally send off a request to the resource without the
access_token, since we know it would fail.