From 7a509572358cdd1f072a938a6abdd2621e9a0107 Mon Sep 17 00:00:00 2001 From: Tobias Schlatter Date: Tue, 27 May 2025 13:08:43 +0200 Subject: [PATCH] docs(openapi-fetch): remove line about new examples As discussed in the maintainer's chat: It seems that examples mostly showcase how to integrate an (arbitrary) function/client into a specific framework. As a result, the examples have very little openapi-fetch specific content, but a lot of framework specific content. This, in our opinion, tips the balance of whether the maintenance burden is worth the ease of use. --- docs/openapi-fetch/examples.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/openapi-fetch/examples.md b/docs/openapi-fetch/examples.md index d96f22865..8e833d222 100644 --- a/docs/openapi-fetch/examples.md +++ b/docs/openapi-fetch/examples.md @@ -33,7 +33,3 @@ _Note: if you’re using Svelte without SvelteKit, the root example in `src/rout [Vue 3](https://vuejs.org/) is a popular framework with a large ecosystem. Vue 3’s Composition API is a perfect match for openapi-fetch, as it allows for easy separation of concerns and reactivity. [View a code example in GitHub](https://github.com/openapi-ts/openapi-typescript/tree/main/packages/openapi-fetch/examples/vue-3) - ---- - -Additional examples are always welcome! Please [open a PR](https://github.com/openapi-ts/openapi-typescript/pulls) with your examples.