-
### Increasing Access
With the help of this feature, developers don't have to navigate through the entire codebase of the backend; they simply need to refer to this file to understand the routes and …
-
Hi, I would like to be able to extract the specification generated by `Router::route_openapi_specification` without serving the contract, how can I do it? Could we split `route_openapi_specification` …
-
### What happens?
I'm trying to use the next api reference adapter in the apps router to generate the api reference pages. A few of our APIs have CORS restrictions so we need a proxy URL. According…
-
Is there a way to select from provided OpenAPI only endpoints that are marked with specific attribute?
For example I would like to expose endpoint that has attribute `x-gateway-name` with value `ui-g…
-
#### HTTP request
```
POST https://nbgdemo.azure-api.net/nodeopenapi/api/transactions/rest HTTP/1.1
Content-Type: application/json
Host: nbgdemo.azure-api.net
Content-Length: 151
Ocp-Apim-Subscriptio…
-
I am trying falco with swagger. Because recently I read some post that swaggert now support .net 6 endpoint routing start from preview 6. But unfortuatly it is not working with falco endpoint.
Belo…
-
Factoring `openapi_validated` into a request method going from 0.11 to 0.12 comes with a few issues. I was wondering whether you would consider going back to the old implementation that set openapi_v…
-
I am trying to calculate the most optimal routes between two points (given by coordinates) by car.
By reading the openapi documentation it doesn't become clear if i should use the one-to-many endpoin…
-
When I use @Body() or @Param from routing-controllers I got this error `Cannot read properties of undefined` on **getParamSchema**
If I remove it or comment it, it works but don't generate openapi …
-
Graphhopper has a /navigate endpoint that is very useful for integration of Graphhopper into projects like MapLibre Navigation or Ferrostar, which both support OSRM type responses. But the documentati…