1.2.0 • Published 10 months ago
@octoguild-licence/client v1.2.0
React Hooks for working with async operations.
Install
yarn add @octoguild-licence/client
Usage
import licenceApi, { socket, configureLicence } from '@octoguild-licence/client'
configureLicence({
app_id: config.licence.app_id,
key: config.licence.key,
})
socket.on('connect', () => {
console.log('socket is opened')
})
licenceApi.checkAuth({
client_id: 'xxx',
client_secret: 'yyy'
}, cb)
Env
Supported env list:
- LICENCE_SERVER
- LICENCE_PRIVATE_KEY
- LICENCE_PRIVATE_KEY_PASSPHRASE
- LICENCE_APP
- LICENCE_KEY
1.2.0
10 months ago
1.1.4
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.3
2 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago
0.0.1-rc3
3 years ago
0.0.1-rc2
3 years ago
0.0.1-rc1
3 years ago