Skip to content

Commit a926e8b

Browse files
authored
Fix JS docs (#3173)
1 parent d4ed583 commit a926e8b

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

sdks/aperture-js/README.md

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,6 @@ code.
2222
Refer [documentation](https://docs.fluxninja.com/sdk/javascript/) for more
2323
details.
2424

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-
4925
## Usage
5026

5127
### Install SDK
@@ -119,3 +95,29 @@ that would provide granular visibility for each flow.
11995

12096
For more context on using the Aperture JavaScript SDK to set feature control
12197
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

Comments
 (0)