Skip to content

Commit d52c661

Browse files
authored
feat: [import apiendpoints and expose url builder] (ff-2310) (#85)
* Add public getConfigUrl method * Add tests for getConfigUrl * Revert "Add tests for getConfigUrl" This reverts commit 7ec7f19. * Revert "Add public getConfigUrl method" This reverts commit e1d7043. * Add function without updating docs * Update lockfile * Update autogenerated docs and increment sdk version
1 parent dafa8dc commit d52c661

30 files changed

+283
-134
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [buildStorageKeySuffix](./js-client-sdk.buildstoragekeysuffix.md)
4+
5+
## buildStorageKeySuffix() function
6+
7+
**Signature:**
8+
9+
```typescript
10+
export declare function buildStorageKeySuffix(apiKey: string): string;
11+
```
12+
13+
## Parameters
14+
15+
| Parameter | Type | Description |
16+
| --- | --- | --- |
17+
| apiKey | string | |
18+
19+
**Returns:**
20+
21+
string
22+

docs/js-client-sdk.chromestorageasyncstore._constructor_.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/js-client-sdk.chromestorageasyncstore.getentries.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/js-client-sdk.chromestorageasyncstore.isexpired.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/js-client-sdk.chromestorageasyncstore.isinitialized.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/js-client-sdk.chromestorageasyncstore.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/js-client-sdk.chromestorageasyncstore.setentries.md

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [ChromeStorageEngine](./js-client-sdk.chromestorageengine.md) &gt; [(constructor)](./js-client-sdk.chromestorageengine._constructor_.md)
4+
5+
## ChromeStorageEngine.(constructor)
6+
7+
Constructs a new instance of the `ChromeStorageEngine` class
8+
9+
**Signature:**
10+
11+
```typescript
12+
constructor(storageMap: ChromeStorageAsyncMap<string>, storageKeySuffix: string);
13+
```
14+
15+
## Parameters
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| storageMap | ChromeStorageAsyncMap&lt;string&gt; | |
20+
| storageKeySuffix | string | |
21+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [ChromeStorageEngine](./js-client-sdk.chromestorageengine.md) &gt; [getContentsJsonString](./js-client-sdk.chromestorageengine.getcontentsjsonstring.md)
4+
5+
## ChromeStorageEngine.getContentsJsonString property
6+
7+
**Signature:**
8+
9+
```typescript
10+
getContentsJsonString: () => Promise<string | null>;
11+
```
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [@eppo/js-client-sdk](./js-client-sdk.md) &gt; [ChromeStorageEngine](./js-client-sdk.chromestorageengine.md) &gt; [getMetaJsonString](./js-client-sdk.chromestorageengine.getmetajsonstring.md)
4+
5+
## ChromeStorageEngine.getMetaJsonString property
6+
7+
**Signature:**
8+
9+
```typescript
10+
getMetaJsonString: () => Promise<string | null>;
11+
```

0 commit comments

Comments
 (0)