The Tagged API Client for JS offers developers an easy way to execute API calls, process results, and handle errors in any JavaScript environment.
- The client must be compatible with node.js as well as the browser.
- The client must use promises for result handling.
- The client may batch requests together.
- The client may be used as middleware for
connect
. - The client must make API calls on behalf of the user.
- The client may not make API calls on behalf of another user.
- The client will provide adapters for node.js and AngularJS.
[TaggedApi] new TaggedApi([string] host, [object|null] options, [object|null] httpAdapter)
[Promise] TaggedApi#execute([string] method, [object|null] params)
resolves: [object] result
rejects: [string] error