From fddbded98e838f7fdee029066c60d9614bb75650 Mon Sep 17 00:00:00 2001 From: Tim Vucina Date: Wed, 29 May 2024 14:17:08 +0200 Subject: [PATCH] fix: added doc and renamed the zodios.ts to index.ts --- docs/README.md | 2 ++ src/zodios/{zodios.ts => index.ts} | 0 2 files changed, 2 insertions(+) rename src/zodios/{zodios.ts => index.ts} (100%) diff --git a/docs/README.md b/docs/README.md index 1190378..18b87e0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -67,6 +67,8 @@ Getting started with this Next.js template is straightforward. Follow these step - [zod](https://zod.dev/) for form validation - [Zodios](https://www.zodios.org/docs/client) for external API calls with validation - Github Actions for lint, typecheck, localizations checks and tests. +- [openapi-zod-client](https://www.npmjs.com/package/openapi-zod-client) for generating API clients + - We include a handlebars template for generating the zodios client from the openapi spec. It can be used with `pnpm gen-api` command. - [Utility hooks](https://usehooks.com/) for common tasks - Custom `useScrollCallback` for efficient scroll event handling diff --git a/src/zodios/zodios.ts b/src/zodios/index.ts similarity index 100% rename from src/zodios/zodios.ts rename to src/zodios/index.ts