FW.api
a generic object that binds the APIV3 endpoint for standard HTTP functions
Last updated
Was this helpful?
a generic object that binds the APIV3 endpoint for standard HTTP functions
Last updated
Was this helpful?
With this object, you can async call any endpoint from . Currently, available methods are get
, post
, put
and delete
The returned object is a promise of this object: so that you have the status, all the context and of course the payload under data
. Promises are often used in conjuction with await keyword
Get an event from its ID