apistar
apistar copied to clipboard
The Web API toolkit. 🛠
This makes error messages and tracebacks fancier ; I am however unsure about how the ClientError should display its messages in `__str__`. Closes #658
`apistar.exceptions.ErrorResponse` and `ClientError` do not have `__repr__` or `__str__` implemented; this causes error messages to be empty in tracebacks and makes debugging harder. Here is what I get with IPython...
I would love to see a live example of the API documentation that apistar can generate. This would allow someone to compare the output with something like ReDoc which has...
Hi, I just found out about apistar. I don't know if this is the right tool for me. It seems that it will allow me to *validate* some openapi json...
In apistar.yml, schema.yaml should be schema.yml correspond to up words.
Hello, When using both the CLI and the programmatic interface to serve or build docs from a schema, I receive a the exception `jinja2.exceptions.TemplateNotFound: apistar\index.html`. using apistar==0.6.0 installed via pipenv...
From my interpretation of the OpenAPI spec, it should be possible to specify a path item as a [reference](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#path-item-object) to an external file. For example: ``` /pets/{petId}: $ref: './pet.yaml' ```...
Expose formatters on validators allowing the use of custom formatters as opposed to just the hard-coded date / datetime formats currently available. This allows a validator to serialize from a...
https://github.com/encode/apistar/blob/efc084421ab01c9cd7388463ff5c0ace6287e7ca/apistar/templates/docs/layout/link.html#L68