swagger
Here are 5,111 public repositories matching this topic...
-
Updated
Aug 31, 2021 - Vue
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 30, 2021 - Mustache
🐛 Bug Report
To Reproduce
package api.svc;
option go_package = "api/svc";
rpc GetTrieNode(api.infra.GetTrieNodeReq) returns (api.infra.KVNode) {
option (google.api.http) = {
post: "/trie/node:get"
body: "*"
additional_bindings {
get: "/trie/node/{id}"
}
additional_bindings {
get: "/trie/node/path/{path}"
}
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
Feb 17, 2021 - JavaScript
-
Updated
Aug 24, 2021 - JavaScript
-
Updated
Aug 29, 2021 - Java
-
Updated
Aug 31, 2021 - Python
-
Updated
Sep 1, 2021 - Java
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
May 20, 2021 - C#
-
Updated
Aug 31, 2021 - Go
-
Updated
Aug 30, 2021 - Go
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
May 23, 2021 - Java
Starting from version 12.12.0, Node.js offers built-in support for translating error stack traces using source maps - learn more here: https://medium.com/@nodejs/source-maps-in-node-js-482872b56116
Let's rework @loopback/build
to use this new feature on recent version of Node.js, instead of source-map-support
module.
If it's possible, then implement a fallback to npm module `source-map-s
Description
We have a vuejs frontend talking to a connexion-based REST API. We use jwt tokens. Sometimes, without any obvious trigger, we get the following exception:
File "venv/lib/python3.8/site-packages/flask/app.py", line 2464, in call return self.wsgi_app(environ, start_response)
File "venv/lib/python3.8/site-packages/flask/app.py", line 2450, in wsgi_app response = self.handle_
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Aug 31, 2021 - C#
-
Updated
Aug 31, 2021 - Java
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jun 7, 2021 - C#
Summary
The Event Hubs client library aims to be mockable and fully support testability. To help illustrate usage of the new API for the testing scenarios, a set of samples mocking the various Event Hubs client types and illustrating use of the model factory is needed.
Scope of Work
- Implement a sample or set of samples demonstrating a basic approach for mocking the high level cli
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