-
### Q&A (please complete the following information)
- OS: [e.g. macOS]
- Browser: [e.g. chrome, safari]
- Version: [e.g. 22]
- Method of installation: [e.g. npm, dist assets]
- Swagger-U…
-
Related to https://github.com/gpodder/mygpo/pull/361 and https://github.com/gpodder/mygpo/pull/122
We can host our OpenAPI documentation with a client-consumable YAML/JSON specification file on Swa…
-
-
-
https://api.blockchain.com/v3/#/21/6/2022
-
### Describe your problem
There are many routes in the backend in `api/apps`. It is impossible to know what they all mean and what kind of Reuqest data they need and what are their responses.
It…
-
## Update the spring security config.
**_Description:_**
**As a user,** I need to login before creating sample data.
From following configurations, the API `/storefront/sampledata` cannot be…
-
https://swagger.io/docs/specification/authentication/openid-connect-discovery/
This will be similar to what @alvarosanchez implemented here: https://github.com/micronaut-projects/micronaut-openapi/…
-
I have integrated Swagger APIs into my project running in the e2b sandbox environment, but they are not functioning as expected. The Swagger UI loads correctly, but the API endpoints are either unresp…
-
With the older OpenAPI 2 support I could define parameters to have top-level validation like so:
```clojure
:parameters {:query [:and [:map
[:x int?]
…