Skip to content

tesera/fme-server-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published