fme-cloud-api
v0.0.6
Published
Client library to access FME Cloud (http://www.safe.com/fme/fme-cloud/)
Downloads
4
Readme
FME Cloud API
A small client library to access FME Cloud (http://www.safe.com/fme/fme-cloud/). Note this is not for the FME Server API.
Installing
npm install fme-cloud-api
Using For a working example, see example.js
var token = 'mytoken';
var client = require('fme-cloud-api')(token);
client.instances().then(console.log);
Todo
* Implement missing functions.