Skip to content

Commit

Permalink
fix links in generator readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed May 3, 2024
1 parent e50d4fd commit d7daf4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/openapi-gen-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ the client as-is during generation. We generate several distinct pieces:

| File | Description |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [`Api.ts`](client/Api.ts) | A [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)-based TS client to the Oxide API |
| [`validate.ts`](client/validate.ts) | [Zod](https://github.com/colinhacks/zod) validators for API request and response types |
| [`msw-handlers.ts`](client/msw-handlers.ts) | Helpers used to build a mock API with [Mock Service Worker](https://mswjs.io/) in the console repo |
| [`Api.ts`](../api/src/Api.ts) | A [Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)-based TS client to the Oxide API |
| [`validate.ts`](../api/src/validate.ts) | [Zod](https://github.com/colinhacks/zod) validators for API request and response types |
| [`msw-handlers.ts`](../api/src/msw-handlers.ts) | Helpers used to build a mock API with [Mock Service Worker](https://mswjs.io/) in the console repo |


## Why a custom generator?
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-gen-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oxide/openapi-gen-ts",
"version": "0.1.9",
"version": "0.1.10",
"description": "OpenAPI client generator used to generate Oxide TypeScript SDK",
"keywords": [
"oxide",
Expand Down

0 comments on commit d7daf4c

Please sign in to comment.