-
the springfox project (swagger spec generator for java spring projects) recently implemented a clever feature to allow the documentation of endpoints with identical paths but varying query parameters.…
-
e.g. allow `request_path` to contain values such as `/api/{foo}/bar` which map to the `upstream_url` `/upstream/my/api/bar/{foo}`
this could also be more globally addressed with regex matching grou…
-
We currently have uri and uriref for indicating an expectation of RFC 3986 conformance. While I don't think we should have formats for all RFC-defined things, since hyper-schema itself relies on URI …
-
In my API I have a GET parameter {?~ids} which means "ids that will not be included in response".
However when I try to do this I get a warning:
> URI template expression "?~ids" contains invalid …
-
beast version 67
note I have replaced the host with [host] throughout, I can privately share the real host to help testing
I'm using this curl command to handshake with a server based on a pasca…
-
This is a proposal to enable OpenAPI to support many of the features of URI Templates defined by RFC 6570, without adopting the URI Template syntax.
## Overview
Open API already supports some of the …
-
# [From Aleksa]: Explain of Policy based well-known URL for discovery
发件人: Aleksa Sarai [cyphar@cyphar.com]
发送时间: 2017年8月30日星期三 19:33
收件人: xiekeyang
主题: Re: 答复: Discovery of OCI image
> The p…
-
Guys, I am using node with express for build my api. It gives pretty feature for create the same path with different parameter types:
```
app.get('/:id(\\d+)/', function (req, res) {
// req.params.…
-
The linkObject says that a `href` can only have `oneOf` the following properites
- href
- hrefTemplated
```
"linkObject": {
"title": "HAL Link Object",
"description": "An object with …
-
```java
/* Controller */
@RequestMapping(value = "/{entityContext}/{searchSpecId}/{formLayoutId}", method = RequestMethod.GET, produces = {MediaType.APPLICATION_JSON_UTF8_VALUE})
public HttpEnti…