-
On install, there is an error:
> PS D:\APOD\apod-backend-api> go get github.com/iasthc/hsuan-fuzz/pkg/rest-api
> go: downloading github.com/iasthc/hsuan-fuzz v1.0.2
> go: downloading github.com/va…
twocs updated
2 years ago
-
### What version of `kubb` is running?
3.0.11
### What kind of platform do you use?
Linux
### How does your `kubb.config.ts` config look like
```typescript
import { defineConfig } from "@kubb/cor…
-
### Clear and concise description of the problem
When an OpenAPI file has a field that is unsupported by TypeSpec (as indicated in [the docs](https://typespec.io/docs/getting-started/typespec-for-ope…
-
To add JWT authentication to an API, requires this... as per https://swagger.io/docs/specification/authentication/bearer-authentication/
```go
spec, err := api.Spec()
if err != nil {
log.Err…
-
Hi @maksbotan! We at Scrive are interested in supporting the transition of openapi3 to OAS 3.1.0 (released in 2021).
Would you accept patches in this direction?
-
Workaround:
To avoid the following error, use `github.com/oapi-codegen/oapi-codegen/v2 v2.3.1-0.20240709092903-309b11f85c73` .
```
# github.com/oapi-codegen/oapi-codegen/v2/pkg/util
../../../../…
-
From `go test`. Appears that `Types` has changed types to `github.com/getkin/kin-openapi/openapi3.Types` from `string`:
```
openapi3/visit.go:29:5: cannot use propRef.Value.Type (variable of type …
-
The openapi3-ts library is outdated and using an old JSON schema (draft-04).
We should be able to bump the library to the latest and use the latest schema specification along with openapi 3.
-
### Describe the bug
{The problematic object} failed to {describe the problem}.
## TSP
```
import "@typespec/http";
import "@typespec/openapi";
using TypeSpec.Http;
using OpenAPI;
@servi…
-
https://github.com/willnilges/pymeshdb
```
$ docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i https://db.grandsvc.mesh.nycmesh.net/api-docs/openapi3.json \…