django-apiblueprint-view
                                
                                
                                
                                    django-apiblueprint-view copied to clipboard
                            
                            
                            
                        📚 Render API Blueprints on-the-fly using Django templates
More work to be done on this, but.. see notes in https://github.com/chris48s/django-apiblueprint-view/pull/179#discussion_r1336350686 and proof of concept in https://github.com/chris48s/django-apiblueprint-view/commit/476ba1dccf501a9e108e5326f09f1aa0d141c1f2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @thomasrockhu-codecov...
Is it possible that this package doesn't work when running on alpine linux because of the special handling of drafter? I'm getting a `Fatal Python error: Segmentation fault` when trying...
https://github.com/apiaryio/drafter/releases/tag/v4.1.0
Core rendering is well covered but there are a several cases which are missing test coverage: - [x] ~Included files~ added in #10 - [x] ~Host is set~ added in...
https://github.com/apiaryio/api-blueprint/blob/master/examples/12.%20Advanced%20Action.md https://github.com/chris48s/django-apiblueprint-view/blob/master/apiblueprint_view/tests/test_12_advanced_action.py
It might be nice to define custom styles for 1xx, 2xx, 3xx, 4xx, 5xx codes. Add classes we can hook into for this
Param substitution fails if format is `{?foo}` or `{foo,bar}` e.g: https://github.com/apiaryio/api-blueprint/blob/master/examples/12.%20Advanced%20Action.md#tasks-taskstasksstatuspriority
Provide better/more concrete examples of custom HTML template and CSS
Fails with ``` ImportError: /home/runner/.cache/pypoetry/virtualenvs/django-apiblueprint-view-bz5ChO0m-py3.13/lib/python3.13/site-packages/_cffi_backend.cpython-313-x86_64-linux-gnu.so: undefined symbol: _PyErr_WriteUnraisableMsg ``` There isn't yet a released version of cffi with a fix https://github.com/python-cffi/cffi/issues/23