···3232- [Nuxt](/openapi-ts/clients/nuxt)
3333- [OFetch](/openapi-ts/clients/ofetch)
3434- [Effect](/openapi-ts/clients/effect) <span data-soon>Soon</span>
3535+- [Got](/openapi-ts/clients/got) <span data-soon>Soon</span>
3636+- [Ky](/openapi-ts/clients/ky) <span data-soon>Soon</span>
3537- [Legacy](/openapi-ts/clients/legacy)
36383739Don't see your client? [Build your own](/openapi-ts/clients/custom) or let us know your interest by [opening an issue](https://github.com/hey-api/openapi-ts/issues).
+18
docs/openapi-ts/clients/got.md
···11+---
22+title: Got client
33+description: Got client for Hey API. Compatible with all our features.
44+---
55+66+<script setup lang="ts">
77+import FeatureStatus from '@components/FeatureStatus.vue';
88+</script>
99+1010+# Got <span data-soon>soon</span>
1111+1212+<FeatureStatus issueNumber=586 name="Got" />
1313+1414+### About
1515+1616+[Got](https://github.com/sindresorhus/got) is a human-friendly and powerful HTTP request library for Node.js.
1717+1818+<!--@include: ../../partials/sponsors.md-->
+18
docs/openapi-ts/clients/ky.md
···11+---
22+title: Ky client
33+description: Ky client for Hey API. Compatible with all our features.
44+---
55+66+<script setup lang="ts">
77+import FeatureStatus from '@components/FeatureStatus.vue';
88+</script>
99+1010+# Ky <span data-soon>soon</span>
1111+1212+<FeatureStatus issueNumber=2794 name="Ky" />
1313+1414+### About
1515+1616+[Ky](https://github.com/sindresorhus/ky) is a tiny and elegant JavaScript HTTP client based on the Fetch API.
1717+1818+<!--@include: ../../partials/sponsors.md-->