uber.client.js
Javascript/Node.js Client for UBER hypermedia format.
Design Goals
Minimal, robust, extensible
Example 1:
var client = token = '1234567890'; // You'd normally get this from a separate OAuth2 workflow client; client;
Example 2:
var url = 'https://raw.githubusercontent.com/inadarei/uber.client.js/master/test/fixtures/uber-sample.json'; client;
Full Documentation
You can see full documentation of the client at: http://jsclient.uberhypermedia.org