-
Is it a possibility to add support for OpenAPI and be able to use the Swagger UI?
jylin updated
11 months ago
-
Like `itty-router`, just return an empty 200 Response as default if there's no response specified.
`http` methods include GET/POST/PUT/PATCH/DELETE. Most of the time only the `GET` method return a …
-
The description I'm defining for an Arr is missing from the generated schema.
I'm defining my request body like this:
```
static schema = {
operationId: `make-${ShutTheBoxGame.id}-move`,
…
-
When I using `itty-router`, the date is stringified correctly with 6 digits of `ms`.
This loss of information break my api 🩴🩴🩴
-
Just a heads up...
This shouldn't break anything on your end, but there are a bunch of quality of life enhancements coming to itty-router (core) very soon that you may want to include in your docum…
-
itty-durable require itty-router-extras butitty-router-extras advertised itself as unmaintaned since itty-router v4
Error:
```
Could not resolve "itty-router-extras"
../node_modules/.pnp…
-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version of `Wrangler` are you using?
2.12.2
### What operating system are you using?
Windows
### Describe the Bug
I'm cur…
-
I encountered this issue when upgrading:
From: `itty-router@^3.0.10`
To: `itty-router@^4.0.9`
I see the following when attempting to run my jest test suite:
```bash
SyntaxError: Unexpected …
-
_You can mark the path "itty-router" as external to exclude it from the bundle, which will remove this error._
It gives such an error because the packages are not downloaded.
-
Could you share a snippet of how I would use Node to create a local http server that uses itty-router?
Something like:
```javascript
const { Router } = require('itty-router');
const http = re…