swagger
Here are 3,636 public repositories matching this topic...
Description
How can I use socket.io instead of the plain websocket integration? I guess this is more a question belonging to starlette.
Currently migrating from a flask application using flask-socketio / python-socketio
Any hint is appreciated. Thx.
Just a FYI when people start trying to submit bugs about this, mobx-react shipped a funky build which is causing broken-ness (at least when using redoc-cli bundle)
Currently breaks with an error like:
Cannot find module '..../.npm/_npx/1868/lib/node_modules/redoc-cli/node_modules/mobx-react/dist/mobxreact.js (added for searchability)
Can
The doc of replace-a-response-forwarder-per-method is not very clear.
We cannot directly access the forward_MyService_Checkout_0 variable outside the generated gw file. If we modify the gw file directly, it will break th
建议添加新功能:同步 Swagger 文档时直接从 Swagger 文档解析 Mock 数据模版定义。
如以下 Swagger 的 id 字段声明
"Account": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"x-mock-key": "1",
"x-mock-value": "[1,2,3]"
}
}
}
解析后生成
"id|1": [1, 2, 3]
即解析文档中 properties 的 x-mock-key 和 x-mock-value 为
"id|{x-mock-key}":
支持 Markdown 定义接口文档
First of all, the following repository has all the code (and description as well) to reproduce this problem: https://github.com/elgleidson/swagger-problem
I have the following JSON:
{
"nonNullableField": "not null",
"nullableField": null,
"nonNullableObjectField": {
"someField": "some value"
},
"nullableObjectField": null,
"nonNullableList": [
"not null"There is absolutely no documentation (other than "this is how you drop an existing file". What is the point of releasing such a product if you do not document it?
Description
To be able to optionaly remove the google fonts dependency on any page of the api-platform.
Example
Remove the google font stylesheet in line 8 in the file api-platform\core\src\Bridge\Symfony\Bundle\Resources\views\SwaggerUi\index.html.twig depending on a configuration variable.
Context
I'm working on an intranet application for a 100000+ employees company and
Version: 2.9.2
What kind of issue is this?
- Question.
How do I disable pageable sort param from showing in docs?
I am using Cassandra database, where sorting doesn't apply like with relational databases, so I want to use page and size only with pageable param. How do I do this?
 but I can't even find how to control "preFlightContinue" option.
Thanks in advance.
It seems that someone edited out all documentation for SwaggerToTypeScriptClientGenerator.
Is is possible to revert back to older revisions to have it available for users?
This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer dependencies:
$ git clone https://github.com/apiaryio/dredd.git dredd-clean
Cloning into 'dredd-clean'...
remote: Enumerating objects: 54, done.
remote: Counting objects: 100% (54/54), done.
remote: Compressin-
Updated
May 30, 2020 - Java
Description
The issue #1210 made me think it would be great to document request context management when using aiohttp server. At least inform that the given example in the doc does not work for aiohttp server.
I'm trying to find the docs with the config options for java. I can't find anything on the docs here on github, but if I run $ autorest --help I see this:
But If i run $ autorest --help --java there are no java specific config options that exist when running with c# instead.
autorest 3 beta?
-
Updated
Jun 27, 2020 - C#
This is a follow-up issue for #5000 where we moved datasource config from JSON files to TS files and discovered few aspects of the datasource template that can be improved.
- Update https://github.com/strongloop/loopback4-example-shopping and https://github.com/strongloop/loopback-next/blob/master/docs/site/Inside-Loopback-Application.md to follow the new style
- Make the static DataSo
Describe the bug
The data type formats link in the README does not point at anything.
To Reproduce
Steps to reproduce the behavior:
- Go to https://github.com/swaggo/swag/blob/ab69c2399a4b62ecf9fe39ebe2cab91e91a437e9/README.md#available
- Click on Data Type Formats
- It goes nowhere
Expected behavior
To show me the documentation for Data Type formats.
**Desktop (pleas
-
Updated
Jul 4, 2020 - Java
As of first congrats for this package - I'm using it quite often & it's a great help.
I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht
Attempting to return the following data structure to the user and document properly in swagger:
{ 'dynamic_key_1': ['string1', 'string2'], 'dynamic_key_2': ['string3]', ... }
i.e. a dictionary with dynamic keys, where values are a list of strings.
Using the example from here can get simple dynamic
-
Updated
Jul 5, 2020 - Python
Which project template is the issue about?
API
...
Which version of the project template is the issue about?
...
Which version of Visual Studio or the dotnet SDK were you using?
2.2.203
...
If you call the API with a client and you set Accept to application/json it is completely ignored and you will ALWAYS get application/vnd.restful+json back.
Is this desired?
-
Updated
Jul 3, 2020 - C#
Improve this page
Add a description, image, and links to the swagger topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swagger topic, visit your repo's landing page and select "manage topics."

Q&A (please complete the following information)