You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-4Lines changed: 39 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
## **[OpenAPI](https://swagger.io/specification/) support for [tRPC](https://trpc.io/)** 🧩
13
13
14
-
- tRPC 11 only 👈
14
+
- tRPC ^11.0.0-rc.648 only 👈
15
15
- Easy REST endpoints for your tRPC procedures.
16
16
- Perfect for incremental adoption.
17
17
- Supports all OpenAPI versions.
@@ -20,6 +20,7 @@ Note: This project is a fork of a fork, with full credit to the original authors
20
20
21
21
## Changelog
22
22
23
+
- 2.0.4 Upgrade to tRPC 11.0.0-rc.648
23
24
- 2.0.3 Added support for array inputs for GET requests
24
25
25
26
## Usage
@@ -77,7 +78,7 @@ We currently support adapters for [`Express`](http://expressjs.com/), [`Next.js`
77
78
78
79
[`Fetch`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), [`Cloudflare Workers`](https://workers.cloudflare.com/) & more soon™, PRs are welcomed 🙌.
79
80
80
-
No support for AWS lambdas yet 😢
81
+
No support for AWS lambdas
81
82
82
83
```typescript
83
84
importhttpfrom'http';
@@ -122,7 +123,7 @@ Please note:
122
123
123
124
## HTTP Requests
124
125
125
-
Procedures with a `GET`/`DELETE` method will accept inputs via URL `query parameters`. Procedures with a `POST`/`PATCH`/`PUT` method will accept inputs via the `request body` with a `application/json`or `application/x-www-form-urlencoded`content type.
126
+
Procedures with a `GET`/`DELETE` method will accept inputs via URL `query parameters`. Procedures with a `POST`/`PATCH`/`PUT` method will accept inputs via the `request body` with a `application/json` content type.
0 commit comments