swagger
Here are 6,168 public repositories matching this topic...
Recommending Features
We have just upgraded NocoDB to v0.8.16 and the Persian interface has been included to the interface - thanks to the developers and @dstala - but the font is actually weird that it cannot be read properly.
We have chosen a nice font which you can find in another repository in Github that I will share its address.
Need for this feature
The current Persian font (
Base64 packing the logo is unproductive and prohibitively complicated.
Originally I just thought it was related to the method of delivery, minification,etc....
But then I discovered the "enterprise" copy you sell directly offers the "feature" of changing the logo, which then just packs up a new image.
Now I realize why changing the logo is difficult and you won't document how to do it in
-
Updated
May 9, 2022 - TypeScript
-
Updated
May 10, 2022 - Mustache
🚀 Feature
Extend google.protobuf.EnumOptions so we can set examples on enums.
enum State {
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_enum) = {
example: "ACTIVE"
};
NONE = 0;
ACTIVE = 1;
INACTIVE = 2;
}Workaround: set the example on every message using the enum.
Apache部署GVA项目
Apache 部署GVA
部署版本
GVA 2.4.0
具体配置
VirtualHost 配置中加入:
<Proxy /api>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /api http://127.0.0.1:8888
ProxyPassReverse /api http://127.0.0.1:8888此配置目的与 官方 nginx 提供配置类似。
注意
Apache 需要开启 proxy_module
http://127.0.0.1:8888 为后端默认地址,如已更改记得替换
-
Updated
Apr 25, 2022 - Python
-
Updated
Apr 19, 2022 - JavaScript
-
Updated
May 6, 2022 - JavaScript
-
Updated
May 10, 2022 - Java
-
Updated
May 3, 2022 - Java
-
Updated
May 5, 2022 - Go
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
-
Updated
Apr 10, 2022 - C#
-
Updated
May 3, 2022 - Go
The Calling REST APIs section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs. I have the todo-jwt example hosted in Heroku that could be used in the doc
-
Updated
Oct 21, 2021 - Java
I propose to remove the pass_context_arg_name argument and fix the name under which the context is passed. This parameter is passed often between internal functions and classes, which is not worth the benefit of having it configurable.
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
May 9, 2022 - JavaScript
-
Updated
May 6, 2022 - TypeScript
-
Updated
May 7, 2022 - C#
-
Updated
May 9, 2022 - TypeScript
-
Updated
May 9, 2022 - Java
-
Updated
Dec 1, 2021 - Go
-
Updated
Apr 7, 2022 - 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."
First check