A
api-library
Projects with this topic
-
-
Javascript library for talking to Hive API servers (runs in both node.js and the browser)
Updated -
-
This tool takes an OpenAPI JSON description of a REST-based API and generates a wax function wrapper for each API method. These wrapper functions are then called by client apps to generate REST API calls and process the results of those calls. This script should be run to generate new wrappers whenever any API has interface changes (for example, a new API call added to balance tracker).
Updated