apistar
apistar copied to clipboard
The Web API toolkit. 🛠
Right now `apistar` has a loose dependency on `typesystem`. This PR will support latest release of `typesystem` and also pin dependency.
If one is in an environment where sdist is prohibited and only wheels are allowed (as a security mitigation), it would be handy for a wheel to have been published....
typesystem.SchemaDefinitions used in apistar/schemas/jsonschema.py are removed from typesystem 0.3.0
Fix for the problem stated in issue #657 According OpenApi standard: "A relative path to an individual endpoint. The field name MUST begin with a forward slash (/). The path...
Just found out to my surprise that the apistar client does not support async requests. As this project seems rather dead, maybe someone knows a similar one that implement async?...
As per the following issues, the documentation mixes between yaml and yml file extensions for the apistar and schema YAML files when the apistar file explicitly needs to have the...
Please help someone to get this resolve. I am facing this issue while converting .py file to exe. File conversion is successful but while running .exe file its not executing....
Hello, I recently have been starting to use apistar somewhat and came across the TODO related to generically supporting request body media types generically and I made it slightly more...
This pull requests will add the following: - Extend the openapi validator to allow the `examples` field, see https://swagger.io/docs/specification/adding-examples/ and https://swagger.io/specification/#componentsObject - Render the examples (and the already existing example...
Included: - tox.ini added on root directory to test apistar with python 3.6, 3.7 and 3.8 - [branch](https://en.wikipedia.org/wiki/Code_coverage#Basic_coverage_criteria) included on test report