6.0.0 • Published 5 years ago

hive-api-client v6.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

Hive API Client

Getting started

Installation

This client is distributed as an npm package. To install it into an npm project, run the following command:

$ npm install hive-api-client

API key

To use this client, you will need a Hive API key. Each project that you create will be associated with a unique API key that identifies your project. You can find this API key on the dashboard of your project.

Usage

After installing the npm package, require the package in your node.js file

const hive = require('hive-api-client');

Then instantiate an Api object, using your project's API key

const hive_api = new hive.Api({api_key: 'YOUR_API_KEY'});

Now you can use the API! For example, if you wanted to check the progress of a task using task_progress (replacing TASK_ID with the unique ID of a task you want to check).

result = await hive_api.task_progress({task_id: 'TASK_ID'})
console.log(result);
6.0.0

5 years ago

5.4.2

5 years ago

5.4.1

5 years ago

5.4.0

5 years ago

5.3.6

5 years ago

5.3.5

5 years ago

5.3.4

5 years ago

5.3.1

5 years ago

5.2.1

5 years ago

5.2.0

5 years ago

5.1.0

5 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

5.0.0

5 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.0.0

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.22

5 years ago

2.0.21

5 years ago

2.0.20

5 years ago

2.0.19

5 years ago

2.0.18

5 years ago

2.0.17

5 years ago

2.0.16

5 years ago

2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago