-
我升级到v0.2.0版本后,出现下面的错误, 现在已经定位到问题出现range=[1:1000], 1000删除后就可以正确运行
api
```
PermissionListBackReq {
ParentId uint64 `form:"parentId,optional"` // 父级权限id
Name string…
vmee updated
6 months ago
-
It looks like the swagger parser library has moved to openapi 3 https://github.com/swagger-api/swagger-parser
APIBuilder is still on the v1 branch of this project, we should consider implementing a…
-
Online validator at https://apitools.dev/swagger-parser/online/ using url as https://raw.githubusercontent.com/mark05e/NiceIncontactAPI-Admin/main/admin-api-docs shows below response:
```
Swagger …
-
##### Description
Compiling the following spec into a TypeScript-Fetch client results in invalid code.
Specifically, the generated code contains
```TypeScript
export interface GenericMap extends…
-
From following snippet
```
"operationId": "update-roles-of-user",
"parameters": [
{
"name": "idp-id",
"in": "path",
"description": "ID of the identity provider.",
"required": true,
"ex…
-
##### Description
Given a Gradle project with the following 2 tasks (one generating server code with language `spring` and the other one the static HTML with language `html2`). The problem is that …
-
## Problem statement
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1786f3c]
goroutine 1 [running]:
…
-
I'm trying to parse a swagger file:
```python
from swagger_parser import SwaggerParser
p = SwaggerParser(swagger_path='swagger.yaml')
```
The same file is valid in editor.swagger.io and http:…
ptman updated
4 years ago
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Swagger2Markup version:
1.3.3
Problem description:
java.lang.NoSuchMethodError: io.swagger.models.Response.responseSchema(Lio/swagger/models/Model;)Lio/swagger/models/Response;
at io.swagger.pa…