1.37.0 • Published 6 months ago

rehive v1.37.0

Weekly downloads
20
License
MIT
Repository
github
Last release
6 months ago

Installation

via NPM:

npm install rehive

via CDN:

https://cdn.jsdelivr.net/npm/rehive@{version_number}/build/rehive.min.js

or use the minified file in the build folder

Getting started

Client Side

Initialize the SDK with:

window.rehive = new Rehive(config);

or

const rehive = new Rehive(config);(NodeJS)

Your config object should contain:

  • storageMethod - Options are session for sessionStorage and local for localStorage

  • apiVersion - Default is 3 (Version 3 is the only currently supported version)

  • apiToken - Your Rehive API token

Example:

	var config = {
		apiVersion: 3, 
		storageMethod: "local",
		apiToken: "authenticationTokenHere"
	}

Server Side (NodeJS)

Initialize the sdk with: const rehive = new Rehive(config);

Your config object should contain:

  • apiVersion - Default is 3 (Version 3 is the only currently supported version)

  • apiToken - Your Rehive API token

Example:

	var config = {
		apiVersion: 3, 
		apiToken: "authenticationTokenHere"
	}

Custom API url

To use this SDK with a custom API url, your config object should contain customAPIURL

Example:

	var config = {
		...,
		customAPIURL: "https://whatever.stuff/
	}

Documentation and usage

For more detailed documentation and usage Docs.

License

MIT license.

1.37.0

6 months ago

1.36.0

8 months ago

1.35.0

11 months ago

1.34.2

1 year ago

1.34.0

1 year ago

1.34.1

1 year ago

1.33.1

2 years ago

1.33.0

2 years ago

1.32.0

2 years ago

1.31.1

2 years ago

1.31.0

2 years ago

1.30.0

2 years ago

1.29.0

2 years ago

1.29.1

2 years ago

1.27.0

2 years ago

1.27.1

2 years ago

1.28.0

2 years ago

1.26.2

3 years ago

1.26.1

3 years ago

1.26.0

3 years ago

1.25.1

3 years ago

1.25.0

3 years ago

1.24.0

4 years ago

1.23.1

4 years ago

1.23.0

4 years ago

1.22.1

4 years ago

1.22.0

5 years ago

1.21.1

5 years ago

1.21.0

5 years ago

1.20.32

5 years ago

1.20.30

5 years ago

1.20.29

5 years ago

1.20.28

5 years ago

1.20.27

5 years ago

1.20.26

5 years ago

1.20.25

5 years ago

1.20.24

5 years ago

1.20.23

5 years ago

1.20.22

5 years ago

1.20.21

6 years ago

1.20.20

6 years ago

1.20.19

6 years ago

1.20.18

6 years ago

1.20.17

6 years ago

1.20.16

6 years ago

1.20.15

6 years ago

1.20.14

6 years ago

1.20.13

6 years ago

1.20.12

6 years ago

1.20.11

6 years ago

1.20.10

6 years ago

1.20.9

6 years ago

1.20.8

6 years ago

1.20.7

6 years ago

1.20.6

6 years ago

1.20.5

6 years ago

1.20.4

6 years ago

1.20.3

6 years ago

1.20.2

6 years ago

1.20.1

6 years ago

1.20.0

6 years ago

1.19.0

6 years ago

1.18.0

6 years ago

1.17.0

6 years ago

1.16.0

6 years ago

1.15.0

6 years ago

1.14.0

6 years ago

1.13.0

6 years ago

1.12.0

6 years ago

1.11.0

6 years ago

1.10.0

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago