Theseus
A JavaScript client library for argo Hypermedia APIs.
Under development.
See NOTES file for underlying ideas.
Usage
Sample usage:
;;;var client = http: promise: Promise;var resource = client; // an API supporting argoresource;resource;resource;
See the theseus-examples repository for live code.
Installation
Theseus is available as an ES6 module.
Using jspm, you can install it by running:
jspm install theseus