0.0.4 • Published 7 years ago

fme-server-api v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

codeship npm version

FME Server API

A small client library to access FME Server (http://www.safe.com/fme/fme-server/). Note this is not for the FME Cloud API.

Installing

npm install fme-server-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.
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago