Skip to content
Sassoun Derderian edited this page Feb 12, 2019 · 2 revisions

workfront-api wiki

What is workfront-api?

workfront-api is a javascript module to easily

How it works?

Using it in web browser, your browser must support Fetch, Promise and ES2015 features like Object.assign. If you still want to support in older browsers, you still have the possibility to Polyfill them.

In NodeJS environment all the required dependencies are included in the package.

How to use?

There's a handful of usage examples here.

Clone this wiki locally