-
Notifications
You must be signed in to change notification settings - Fork 21
Home
Sassoun Derderian edited this page Feb 12, 2019
·
2 revisions
- What is workfront-api?
- How it works?
- How to use?
workfront-api is a javascript module to easily
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.
There's a handful of usage examples here.