The current version of FMEServer.js supports a subset of the V2 REST API and is useful for integrating FME Server functionality in javascript-based applications.
It would be great to have an updated version that supports the new API capabilities introduced in the V3.
In particular, it would be helpful if the following two methods were added:
- Query the status of an asynchronous job: /transformations/jobs/id/<jobid>
- Retrieve the job log: /transformations/jobs/id/<jobid>/log


