eve-swagger icon indicating copy to clipboard operation
eve-swagger copied to clipboard

Swagger extension for Eve-powered RESTful APIs

Results 6 eve-swagger issues
Sort by recently updated
recently updated
newest added

Looks like jsonschema has a requirement pn pyrsistent, which is now restricted to Python 3.5+. See https://travis-ci.org/github/pyeve/eve-swagger/jobs/728530140 Up for grabs.

stale

Adding example resources on the docs appears to be broken. The examples **are not shown in the Swagger UI** although they appear in the json OpenAPI specification. I am not...

stale

Hi, I am trying to use eve-swagger with my eve-SQLAlchemy project. When I try to run the project, I get the following error. `line 941, in register_blueprint if blueprint.name in...

stale

Hi! I'm having an issuewith the api-docs. When i expand a resource in the api-docs UI i get the next error: `Could not resolve reference: Could not resolve pointer: /components/parameters/QueryProjections...

stale

Not sure if this library is even maintained. But this is a bug (`definitions.py:186`): ``` type = map.get(eve_type, (eve_type,)) ``` because you can have a schema like this: `"type": ["string",...

Hello, where can I find source code, git tag, and change log for version 0.2.0? https://pypi.org/project/Eve-Swagger/