Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
APIFlask
APIFlask is a lightweight Python web API framework based on Flask and marshmallow-code projects. It's easy to use, highly customizable, ORM/ODM-agnostic, and 100% compatible with the Flask ecosystem.
Collective -
Host: opensource -
https://opencollective.com/apiflask
- Website: https://apiflask.com
- Code: https://github.com/greyli/apiflask
Support passing APISpec object to spec processor
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
Add `security_scheme_name` to customize OpenAPI security key
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
Specifying a security scheme always includes a default
github.com/apiflask/apiflask - chouinar opened this issue almost 2 years ago
github.com/apiflask/apiflask - chouinar opened this issue almost 2 years ago
there is an issue when use pyinstaller
github.com/apiflask/apiflask - zhaoweipp opened this issue almost 2 years ago
github.com/apiflask/apiflask - zhaoweipp opened this issue almost 2 years ago
Bump actions/cache from 3.2.4 to 3.2.6
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
Bypass OpenAPI spec generation for view methods
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
OpenAPI generation failed with flask_pyoidc
github.com/apiflask/apiflask - greyli opened this issue almost 2 years ago
github.com/apiflask/apiflask - greyli opened this issue almost 2 years ago
Update requirements
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request almost 2 years ago
Bump werkzeug from 2.2.2 to 2.2.3 in /requirements
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
Make config items of Function type in SWAGGER_UI_CONFIG work
github.com/apiflask/apiflask - tkzt opened this pull request almost 2 years ago
github.com/apiflask/apiflask - tkzt opened this pull request almost 2 years ago
Bump cryptography from 39.0.0 to 39.0.1 in /requirements
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
Fix the not-iterable exception occurred when directly returning a custom class
github.com/apiflask/apiflask - tkzt opened this pull request almost 2 years ago
github.com/apiflask/apiflask - tkzt opened this pull request almost 2 years ago
Bump actions/cache from 3.2.2 to 3.2.4
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request almost 2 years ago
Remove the validation of input location
github.com/apiflask/apiflask - mmdbalkhi opened this pull request about 2 years ago
github.com/apiflask/apiflask - mmdbalkhi opened this pull request about 2 years ago
How to configure a global Token for APIDocs(swagger)?
github.com/apiflask/apiflask - vba34520 opened this issue about 2 years ago
github.com/apiflask/apiflask - vba34520 opened this issue about 2 years ago
Support generating a default `servers` field
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Fix and enhance the class-based view support
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Update requirements
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Bump cryptography from 38.0.1 to 38.0.3 in /requirements
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
Bump actions/cache from 3.0.11 to 3.2.2
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
Bump wheel from 0.37.1 to 0.38.1 in /requirements
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
Set schema fields in order by default
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Make field order generated by flask spec deterministic
github.com/apiflask/apiflask - lorenyu opened this issue about 2 years ago
github.com/apiflask/apiflask - lorenyu opened this issue about 2 years ago
Cannot return non-dictlike object from handler if BASE_RESPONSE_SCHEMA is set
github.com/apiflask/apiflask - lorenyu opened this issue about 2 years ago
github.com/apiflask/apiflask - lorenyu opened this issue about 2 years ago
Ignore style check B905
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
explicitly check if view_func.view_class is MethodViewType in add_url_rule
github.com/apiflask/apiflask - rod7760 opened this pull request about 2 years ago
github.com/apiflask/apiflask - rod7760 opened this pull request about 2 years ago
Cannot provide requestInterceptor option in SWAGGER_UI_CONFIG
github.com/apiflask/apiflask - gjb1002 opened this issue about 2 years ago
github.com/apiflask/apiflask - gjb1002 opened this issue about 2 years ago
Bump certifi from 2022.9.24 to 2022.12.7 in /requirements
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
KeyError when using add_url_for with flask View
github.com/apiflask/apiflask - rod7760 opened this issue about 2 years ago
github.com/apiflask/apiflask - rod7760 opened this issue about 2 years ago
Redirect the request of openapi.json when using nginx
github.com/apiflask/apiflask - vba34520 opened this issue about 2 years ago
github.com/apiflask/apiflask - vba34520 opened this issue about 2 years ago
Improve endpoint bypassing for OpenAPI spec
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Fix Netlify build command
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request about 2 years ago
Spec output is non-deterministic
github.com/apiflask/apiflask - crmilsap opened this issue about 2 years ago
github.com/apiflask/apiflask - crmilsap opened this issue about 2 years ago
Fix typos in docs/usage
github.com/apiflask/apiflask - tkzt opened this pull request about 2 years ago
github.com/apiflask/apiflask - tkzt opened this pull request about 2 years ago
Two super tiny mistakes in the usage section of document👻
github.com/apiflask/apiflask - tkzt opened this issue about 2 years ago
github.com/apiflask/apiflask - tkzt opened this issue about 2 years ago
apiflask raises AttributeError when APIBlueprint uses static_folder argument.
github.com/apiflask/apiflask - rod7760 opened this issue about 2 years ago
github.com/apiflask/apiflask - rod7760 opened this issue about 2 years ago
Use with Pyinstaller causes ImportError: module 'apiflask' has no attribute 'settings'
github.com/apiflask/apiflask - chongjing001 opened this issue about 2 years ago
github.com/apiflask/apiflask - chongjing001 opened this issue about 2 years ago
Allow iteration of input list
github.com/apiflask/apiflask - ryder-gillen-ltk opened this issue about 2 years ago
github.com/apiflask/apiflask - ryder-gillen-ltk opened this issue about 2 years ago
Bump actions/cache from 3.0.9 to 3.0.11
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request about 2 years ago
different documentation instances based on blueprints
github.com/apiflask/apiflask - AdamVerner opened this issue over 2 years ago
github.com/apiflask/apiflask - AdamVerner opened this issue over 2 years ago
Bump actions/cache from 3.0.8 to 3.0.9
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
Add Enum field from marshmallow 3.18
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
unrequired field in input request
github.com/apiflask/apiflask - Z1Wu opened this issue over 2 years ago
github.com/apiflask/apiflask - Z1Wu opened this issue over 2 years ago
Add Persian Translation
github.com/apiflask/apiflask - mmdbalkhi opened this pull request over 2 years ago
github.com/apiflask/apiflask - mmdbalkhi opened this pull request over 2 years ago
How to properly document a file response?
github.com/apiflask/apiflask - edugonza opened this issue over 2 years ago
github.com/apiflask/apiflask - edugonza opened this issue over 2 years ago
Prefer to use `add_url_rule` for view classes in docs and examples
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
Pin Flask < 2.2 as a temp fix for CBV support
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
Bump actions/cache from 3.0.5 to 3.0.8
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
Allow path parameters overriding
github.com/apiflask/apiflask - ndawn opened this pull request over 2 years ago
github.com/apiflask/apiflask - ndawn opened this pull request over 2 years ago
Support to use custom apispec plugins with `spec_plugins` param
github.com/apiflask/apiflask - ndawn opened this pull request over 2 years ago
github.com/apiflask/apiflask - ndawn opened this pull request over 2 years ago
HTTPError Not Updating
github.com/apiflask/apiflask - Fangjun-Zhou opened this issue over 2 years ago
github.com/apiflask/apiflask - Fangjun-Zhou opened this issue over 2 years ago
Allow path parameters overriding
github.com/apiflask/apiflask - ndawn opened this issue over 2 years ago
github.com/apiflask/apiflask - ndawn opened this issue over 2 years ago
Allow custom APISpec plugins
github.com/apiflask/apiflask - ndawn opened this issue over 2 years ago
github.com/apiflask/apiflask - ndawn opened this issue over 2 years ago
fix test base_response data key
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
fix a compat bug with some flask extension
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
Change the default validation error status code to 422
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
change the default validation error status_code
github.com/apiflask/apiflask - hjlarry opened this issue over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this issue over 2 years ago
cause AttributeError when use flask_debugtoolbar
github.com/apiflask/apiflask - hjlarry opened this issue over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this issue over 2 years ago
for compat with flask 2.2
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
github.com/apiflask/apiflask - hjlarry opened this pull request over 2 years ago
Can apiflask directly return binary json (bytes)?
github.com/apiflask/apiflask - sinowood opened this issue over 2 years ago
github.com/apiflask/apiflask - sinowood opened this issue over 2 years ago
Using class-based views with Flask 2.2 causes TypeError: view() takes 0 positional arguments but 1 was given
github.com/apiflask/apiflask - NimaQu opened this issue over 2 years ago
github.com/apiflask/apiflask - NimaQu opened this issue over 2 years ago
Update the CDN server of Swagger UI and Redoc
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
Set default Elements router to hash
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
Improve and simplify the example applications and docs
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
github.com/apiflask/apiflask - greyli opened this pull request over 2 years ago
Use type(MethodView) instead of MethodViewType
github.com/apiflask/apiflask - z-t-y opened this pull request over 2 years ago
github.com/apiflask/apiflask - z-t-y opened this pull request over 2 years ago
Flask 2.2.0 Incompatibility: ImportError: cannot import name 'MethodViewType' from 'flask.views'
github.com/apiflask/apiflask - z-t-y opened this issue over 2 years ago
github.com/apiflask/apiflask - z-t-y opened this issue over 2 years ago
apidoc broken when used in a non-root relative path
github.com/apiflask/apiflask - stampycode opened this issue over 2 years ago
github.com/apiflask/apiflask - stampycode opened this issue over 2 years ago
Bump actions/cache from 3.0.4 to 3.0.5
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
github.com/apiflask/apiflask - dependabot[bot] opened this pull request over 2 years ago
Cannot use custom decorator more than once
github.com/apiflask/apiflask - duchuyvp opened this issue over 2 years ago
github.com/apiflask/apiflask - duchuyvp opened this issue over 2 years ago
Mark various doc paths as optional
github.com/apiflask/apiflask - jeamland opened this pull request over 2 years ago
github.com/apiflask/apiflask - jeamland opened this pull request over 2 years ago
Add support of separate schema per status code
github.com/apiflask/apiflask - victorcrimea opened this pull request over 2 years ago
github.com/apiflask/apiflask - victorcrimea opened this pull request over 2 years ago
Support multiple responses with different response codes and schemes
github.com/apiflask/apiflask - victorcrimea opened this issue over 2 years ago
github.com/apiflask/apiflask - victorcrimea opened this issue over 2 years ago
No info on setting default input?
github.com/apiflask/apiflask - Ozeitis opened this issue over 2 years ago
github.com/apiflask/apiflask - Ozeitis opened this issue over 2 years ago
Add support for `location='view_args'`
github.com/apiflask/apiflask - teodorkostov opened this issue over 2 years ago
github.com/apiflask/apiflask - teodorkostov opened this issue over 2 years ago
Add docs chapter: Large project structure
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Add a beginner tutorial to the docs
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Add more example applications
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Consider removing the validation for input location
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Support skipping request validation
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Add `app.paginate()` decorator
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Add file validators for File field
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
github.com/apiflask/apiflask - greyli opened this issue over 2 years ago
Support to add schemas to the OpenAPI spec explicitly
github.com/apiflask/apiflask - zTaoplus opened this issue almost 3 years ago
github.com/apiflask/apiflask - zTaoplus opened this issue almost 3 years ago
Add support for Pydantic
github.com/apiflask/apiflask - limmyforget opened this issue over 3 years ago
github.com/apiflask/apiflask - limmyforget opened this issue over 3 years ago
Support the Spec/API/Design-first approach
github.com/apiflask/apiflask - greyli opened this issue over 3 years ago
github.com/apiflask/apiflask - greyli opened this issue over 3 years ago