Fastest ways to connect to API - Hacker-DanS/GetPost GitHub Wiki

API connect

https://github.com/andrewplummer/APIConnect

var api = new APIConnect(); api.domain('graph.facebook.com'); api.connect(':object_id'); api.getObject({ object_id: page_id }).then(displayJSON);

Swagger-js http://developers-blog.helloreverb.com/the-fastest-way-to-connect-to-an-api-with-javascript/swagger-round/