Skip to content

Commit d22ec0d

Browse files
authored
docs(ecosystem): add upfetch (#5238)
1 parent 0b109c3 commit d22ec0d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ const apiLibraries: ZodResource[] = [
5252
description: "Type-safe JSON-RPC 2.0 client/server library using Zod.",
5353
slug: "danscan/zod-jsonrpc",
5454
},
55-
55+
{
56+
name: "upfetch",
57+
url: "https://github.com/L-Blondy/up-fetch",
58+
description: "Advanced fetch client builder",
59+
slug: "L-Blondy/up-fetch",
60+
},
5661
// https://github.com/honojs/middleware/tree/main/packages/zod-validator
5762
// {
5863
// name: "@hono/zod-validator",

0 commit comments

Comments
 (0)