-
Hi! I'm a packager for Fedora. We've run into a bit of a roadblock trying to update Fedora's httpbin package: https://bugzilla.redhat.com/show_bug.cgi?id=2233128#c9
since the last version we packag…
-
Disabled for now because it pulls in an old version of pyYAML that has a security vulnerability.
https://nvd.nist.gov/vuln/detail/CVE-2017-18342
It can be re-enabled when either pyYAML has relea…
-
- Site: [http://httpbin.org](http://httpbin.org)
**New Alerts**
- **CORS Misconfiguration** [40040] total: 17:
- [http://httpbin.org](http://httpbin.org)
- [http://httpbin.org/](http://ht…
-
- Site: [https://localhost](https://localhost)
- Site: [http://localhost](http://localhost)
**New Alerts**
- **CORS Misconfiguration** [40040] total: 17:
- [http://localhost/deny](http://l…
-
Here is my config
```
gSWAGGER_CONFIG = {
"headers": [
],
"specs": [
{
"endpoint": 'apispec',
"route": '/apispec.json',
"rule_filter"…
-
Some routes in the API Documentation aren't properly setup (especially POST and PUT requests), if you have some experience writing flasgger documentation you can help with this. There are several file…
-
The page is blank
![image](https://user-images.githubusercontent.com/98100341/192481075-b32722b4-6cfd-4b3e-9149-af7fc4dcd631.png)
The code is as follows.
from flasgger import Swagger
swagge…
-
Is it possible to have multiple flasgger pages? For instance, if my API has multiple versions, I would like to have one API spec at `/api/v1` and another at `/api/v2`.
In my attempts to get it work…
-
**Problem description**
My system has Python 3.12 installed, when developing on vantage6, using python 3.12 will result in errors.
**Desired solution**
Running server tests works
**Additional …
-
We may generate the HTTP API documentation from the code using
https://github.com/rantav/flask-restful-swagger
https://github.com/flasgger/flasgger
https://blog.ovhcloud.com/openapi-with-python-a…