File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- packageName : h1
1
+ packageName : h1-client
2
2
projectName : h1
Original file line number Diff line number Diff line change 1
- # h1- client-ts
1
+ # @ hyperone/ client
2
2
3
- h1- client-ts is an automatically generated library used to interact with
3
+ @ hyperone/ client is an automatically generated library used to interact with
4
4
[ HyperOne API] ( https://www.hyperone.com/tools/api/ ) .
5
5
6
6
## Installation
@@ -11,13 +11,13 @@ or [yarn](https://classic.yarnpkg.com/en/docs/install/).
11
11
### Installation using yarn
12
12
13
13
``` shell
14
- yarn add h1- client-ts
14
+ yarn add @hyperone/ client
15
15
```
16
16
17
17
### Installation using npm
18
18
19
19
``` shell
20
- npm i h1- client-ts
20
+ npm i @hyperone/ client
21
21
```
22
22
23
23
## Usage
@@ -41,7 +41,7 @@ Then import use it as a token provider in your code:
41
41
42
42
``` typescript
43
43
import { getPassportCredentialsHelper } from " @hyperone/credentials" ;
44
- import { Credentials } from " h1- client-ts " ;
44
+ import { Credentials } from " @hyperone/ client" ;
45
45
46
46
const helper = getPassportCredentialsHelper ();
47
47
const config = new Configuration ({
@@ -58,7 +58,7 @@ Example:
58
58
59
59
``` typescript
60
60
import { getPassportCredentialsHelper } from " @hyperone/credentials" ;
61
- import { Configuration , IamProjectApi } from " h1- client-ts " ;
61
+ import { Configuration , IamProjectApi } from " @hyperone/ client" ;
62
62
63
63
const helper = getPassportCredentialsHelper ();
64
64
const config = new Configuration ({
Original file line number Diff line number Diff line change 1
1
additionalProperties :
2
- npmName : h1- client-ts
2
+ npmName : " @hyperone/ client"
You can’t perform that action at this time.
0 commit comments