0.0.12 • Published 13 years ago
frst v0.0.12
This is an API client for working with the On Frst Commerce API that is found at https://api.onfrst.com
Usage
FrstClient = require('frst');
frst = new FrstClient({access_token: "<insert-your-token>"});
frst.get("/", function(err, methods) {
// methods will contain a list of resources you have access to
});
Development
The client is built primarily in coffee-script so if you're looking to help in development you can find the source coffee
files inside the src directory
Testing
Testing is performed on the compiled js
library using mocha
and chai
.
cake test