···33description: Generate a type-safe ofetch client from OpenAPI with the ofetch client for openapi-ts. Fully compatible with validators, transformers, and all core features.
44---
5566+<script setup lang="ts">
77+import AuthorsList from '@components/AuthorsList.vue';
88+import { dmitriyBrolnickij } from '@data/people.js';
99+</script>
1010+611# OFetch
712813### About
···1015[`ofetch`](https://github.com/unjs/ofetch) is a better Fetch API that adds useful defaults and features such as automatic response parsing, request/response hooks, and it works in Node, browser, and workers.
11161217The `ofetch` client for Hey API generates a type-safe client from your OpenAPI spec, fully compatible with validators, transformers, and all core features.
1818+1919+### Collaborators
2020+2121+<AuthorsList :people="[dmitriyBrolnickij]" />
13221423## Features
1524
+2-2
docs/openapi-ts/plugins/pinia-colada.md
···77import AuthorsList from '@components/AuthorsList.vue';
88import Heading from '@components/Heading.vue';
99import VersionLabel from '@components/VersionLabel.vue';
1010-import { joshHemphill, sebastiaanWouters } from '@data/people.js';
1010+import { joshHemphill, sebastiaanWouters, dmitriyBrolnickij } from '@data/people.js';
1111</script>
12121313<Heading>
···23232424### Collaborators
25252626-<AuthorsList :people="[joshHemphill, sebastiaanWouters]" />
2626+<AuthorsList :people="[joshHemphill, sebastiaanWouters, dmitriyBrolnickij]" />
27272828## Features
2929