-
Users who are testing their API with Postman or setting up security or other tasks sometimes ask for a definition file for our APIs.
-
Work with web services in an appropriately typed way.
Stick with REST services via JSON. Probably want to use [servant-client](https://hackage.haskell.org/package/servant-client). [Discussion.](htt…
-
**Overview**
Swagger incorrectly parses parameters using nullable value types like `int?`. It reports the parameter as being dataType: "Nullable`1" instead of `int`.
**Steps To Reproduce**
1. Start…
-
We must either add back swagger comments or figure out something better. I wasn't a huge fan of swagger documentation, so I'd love to try something different. Perhaps https://github.com/adams-sarah/te…
-
Considering the possibility of using a proper API documentation tool to improve firmware documentation.
- doxygen
- readthedocs
- swagger.io
- ...
-
**Describe the problem**
Current usage of $ref is attempting to point to external OSCAL schemas that are not OpenAPI formatted. $ref attempts to import the specific OpenAPI schema and results in an …
-
New REST model API:
* GET /api/model/info - model info
```json
{
"binaries": {
"conda_path": "odahuflow_model/conda.yaml",
"dependencies": "conda",
"type": "python"
},
"odah…
-
Source: https://github.com/alexjustesen/speedtest-tracker/discussions/1046
## 📜 Description
For various reasons a test should be able to be trigged without having to set a schedule or manually f…
-
Q | A
-- | --
Bug or feature request? | feature request
Which Swagger-Core version? | 2.0.0
Which Java version? | Java 8
Which JAX-RS framework & version? | 2.0
The [JSON-B](http://json-b.n…
ghost updated
3 years ago
-
**As a** ... Developer
**I need** ... to use Flask-RESTplus to automatically generate documentation
**So that** ... it's easier for users to use our api
**Assumptions:**
* This story should wor…