You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
This repo is a NodeJS package that generates a typescript client from an open api specification.
6
6
7
7
- Consumes the Squonk Data Manager API
8
-
- Generated by[Orval](https://orval.dev)
8
+
- Generated from the latest OpenAPI tag with[Orval](https://orval.dev)
9
9
- Typescript
10
10
- Calls made by Axios (this might change)
11
11
- Functions to call each API path
12
12
- React-Query hooks for use in React applications
13
-
- Built with [tsup](https://tsup.egoist.sh/)
14
13
15
14
## Output
16
15
17
-
The contents published packages depend on the version of the `openapi.yaml` used to generate it. In general though, the package is organised as follows:
16
+
Provides typescript async functions and react hooks. The contents published packages depend on the version of the `openapi.yaml` used to generate it. In general though, the package is organised as follows:
18
17
19
18
All types can be imported from the main entry point:
0 commit comments