-
Without the @responds decorator, my function has no header fields in the request, just a json payload.
When I add @responds along with a schema, X-Fields is added to the request in swagger. I'd lik…
-
They both seem great candidates to :
- replace `class-validator` and `class-transformer` to declare DTOs used for validation
- replace `nests-swagger` the same interface created for Typia can also b…
-
We can make SDX controller accept both integer or connection GUID for connection deletion API.
-
For documenting software projects consists of several (programming-)languages doxygen is one of my favorite tools. But there some missing features like support for decorators, OpenAPI (similar to swag…
-
When I stub out a new project according to the readme and head to http://localhost:5000/api/spec.html#!/spec, I don't see anything where the dropdown endpoints would show. I'm trying to debug this.
…
-
Hiya,
I need/want to add support for open API. Would you accept a PR to add this feature?
Looking at these three files, adding support to your module looks easy-ish; I'm willing to write it unle…
-
### Description
We use a custom uri_parser to serve requests like this http://localhost:8080/api/inventory/v1/hosts?fields[system_profile]=arch,cpu_flags. The `uri_parser` converts `"fields[system_…
-
It's useful to consolidate GET requests for single or multiple objects as follows:
```
class Todo(Resource):
@swagger.operation()
def get(self, todo_id=None):
# return single or multi…
livni updated
9 years ago
-
In order to avoid circular import in a flask/marshmallow project, it's possible to reference the Nested field by using its name (as described here https://marshmallow.readthedocs.io/en/latest/nesting.…
-
Am I right in thinking that you could look for a `?` on the query function parameter to denote that it is optional, and pick this up to set the `required` value on the swagger document?
It would b…
mjgp2 updated
8 months ago