Skip to content

Commit 47e3cc2

Browse files
committed
Add package openapi-fetch
Fix #1594
1 parent d499228 commit 47e3cc2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,12 @@ const FEATURED: {
363363
name: '@orpc/svelte-query',
364364
description: 'APIs that are end-to-end type-safe and adhere to OpenAPI standards'
365365
},
366-
{ name: 'sswr' }
366+
{ name: 'sswr' },
367+
{
368+
name: 'openapi-fetch',
369+
description:
370+
'Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.'
371+
}
367372
]
368373
},
369374
{
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "openapi-fetch",
3+
"npm_description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4+
"repo_url": "https://github.com/openapi-ts/openapi-typescript",
5+
"authors": ["drewpowers", "mpaucot", "gzm0"],
6+
"homepage": "https://openapi-ts.dev",
7+
"version": "0.14.1",
8+
"downloads": 1493793,
9+
"github_stars": 7429,
10+
"updated": "2025-10-02T06:27:46.009Z"
11+
}

0 commit comments

Comments
 (0)