|
22 | 22 | Refer [documentation](https://docs.fluxninja.com/sdk/javascript/) for more |
23 | 23 | details. |
24 | 24 |
|
25 | | -# API Reference |
26 | | - |
27 | | -# @fluxninja/aperture-js |
28 | | - |
29 | | -## Table of contents |
30 | | - |
31 | | -### Enumerations |
32 | | - |
33 | | -- [FlowStatus](docs/enums/FlowStatus.md) |
34 | | -- [LookupStatus](docs/enums/LookupStatus.md) |
35 | | - |
36 | | -### Classes |
37 | | - |
38 | | -- [ApertureClient](docs/classes/ApertureClient.md) |
39 | | - |
40 | | -### Interfaces |
41 | | - |
42 | | -- [CacheEntry](docs/interfaces/CacheEntry.md) |
43 | | -- [Flow](docs/interfaces/Flow.md) |
44 | | -- [FlowParams](docs/interfaces/FlowParams.md) |
45 | | -- [KeyDeleteResponse](docs/interfaces/KeyDeleteResponse.md) |
46 | | -- [KeyLookupResponse](docs/interfaces/KeyLookupResponse.md) |
47 | | -- [KeyUpsertResponse](docs/interfaces/KeyUpsertResponse.md) |
48 | | - |
49 | 25 | ## Usage |
50 | 26 |
|
51 | 27 | ### Install SDK |
@@ -119,3 +95,29 @@ that would provide granular visibility for each flow. |
119 | 95 |
|
120 | 96 | For more context on using the Aperture JavaScript SDK to set feature control |
121 | 97 | points, refer to the [example app][example] available in the repository. |
| 98 | + |
| 99 | +[example]: https://github.com/fluxninja/aperture-js/tree/main/example |
| 100 | + |
| 101 | +# API Reference |
| 102 | + |
| 103 | +# @fluxninja/aperture-js |
| 104 | + |
| 105 | +## Table of contents |
| 106 | + |
| 107 | +### Enumerations |
| 108 | + |
| 109 | +- [FlowStatus](docs/enums/FlowStatus.md) |
| 110 | +- [LookupStatus](docs/enums/LookupStatus.md) |
| 111 | + |
| 112 | +### Classes |
| 113 | + |
| 114 | +- [ApertureClient](docs/classes/ApertureClient.md) |
| 115 | + |
| 116 | +### Interfaces |
| 117 | + |
| 118 | +- [CacheEntry](docs/interfaces/CacheEntry.md) |
| 119 | +- [Flow](docs/interfaces/Flow.md) |
| 120 | +- [FlowParams](docs/interfaces/FlowParams.md) |
| 121 | +- [KeyDeleteResponse](docs/interfaces/KeyDeleteResponse.md) |
| 122 | +- [KeyLookupResponse](docs/interfaces/KeyLookupResponse.md) |
| 123 | +- [KeyUpsertResponse](docs/interfaces/KeyUpsertResponse.md) |
0 commit comments