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

Merge pull request #264 from Tridagger/patch-1

github.com/apiflask/apiflask - bddf7e621da3c722c3b351ecc48dc94e07590933 authored over 2 years ago
Update usage.md

fix punctuation mark problem.

github.com/apiflask/apiflask - 8ab6188c98a4d4f3e953af7772fa456a895570bd authored over 2 years ago
Add docs for request handling (#263)

github.com/apiflask/apiflask - d4c1a860b0efaaf84ee8b515bddad10968963b4d authored over 2 years ago
Merge pull request #261 from greyli/rework-error-docs

github.com/apiflask/apiflask - 8de66e4561ef47b7d2f8831f104aeb72d9ab95f6 authored over 2 years ago
Rework error handling docs

github.com/apiflask/apiflask - c0132fd0f326b8a4133efe68e19166f4416117bc authored over 2 years ago
Merge pull request #260 from greyli/json-error

github.com/apiflask/apiflask - d6fa5bb14e812c44aca5303744eb90132f4db157 authored over 2 years ago
Always apply custom error processor to HTTP errors

Even when json_error set to False.

github.com/apiflask/apiflask - 903071440bb8613dfdf8c348a033f999205105bc authored over 2 years ago
Merge pull request #258 from greyli/webargs-fields

github.com/apiflask/apiflask - a714e2f0a39469cb084446f8fe03c60fa5de9b49 authored over 2 years ago
Support json_or_form location and webargs fields

Expose webargs's DelimitedList and DelimitedTuple fields.

github.com/apiflask/apiflask - 7745470be0a9b500a2c2fe0033a1c4cc6aa3db95 authored over 2 years ago
Merge pull request #240 from greyli/file-upload

github.com/apiflask/apiflask - 458037ae55d4b0ffdb9bbf9310f5712c81996950 authored over 2 years ago
Ensure only one input body location was used

Also rewrite files to act as form_and_files

github.com/apiflask/apiflask - 4b526f2b273de303ed8408dfad18444e46f09bd6 authored over 2 years ago
Enhance File field and validate if file is valid

github.com/apiflask/apiflask - c1c1b7d5bdeb89e0753b40dc27b7a583d3a470f3 authored over 2 years ago
Merge pull request #252 from greyli/pre-commit-ci-update-config

github.com/apiflask/apiflask - 688b3e9e2ce1865ae2b3a4b0bedae0d321094e2d authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](https://github.com/asottile/pyupgr...

github.com/apiflask/apiflask - 88f3bdcc084ba8a72ef6d16a2a1d31e8db7539c2 authored over 2 years ago
Merge pull request #251 from greyli/update-requirements-202204

github.com/apiflask/apiflask - 16f7532906d608867c9bb0b222c4e9ef58a7ba5d authored over 2 years ago
Update requirements

Also remove flake8 from test requirements

github.com/apiflask/apiflask - 116dffe2ebc08f18a6e5840e84b5a7020c8ff547 authored over 2 years ago
Add File field and form_and_files location

Also fix the support for form location

github.com/apiflask/apiflask - b6defb92cc7311537cd8f61c9ef35c79279cb7f6 authored almost 3 years ago
Merge pull request #239 from greyli/deprecate-tag-role

github.com/apiflask/apiflask - edbc632f46836aeeefff8610de2bc444372f4a08 authored almost 3 years ago
Deprecate the role and tag parameters

github.com/apiflask/apiflask - 84cabb4c69ec1a76687ae9733f0dc30d211c23c6 authored almost 3 years ago
Merge pull request #238 from greyli/remove-old-code

github.com/apiflask/apiflask - 1e16c45163095f8a4ac0a3461d04281e59d02fd6 authored almost 3 years ago
Remove the deprecated decorators in 0.12

github.com/apiflask/apiflask - 34745ecd574d9af6c79afd3e741db8b471385788 authored almost 3 years ago
Improve the docs for request example

github.com/apiflask/apiflask - 8622488a112870dfa9d14251235f4c1f519ab97c authored almost 3 years ago
Add credits section to the README

github.com/apiflask/apiflask - 11bc907bb3b11408e409d0e772b44421c30de6ea authored almost 3 years ago
Merge pull request #236 from greyli/dot-endpoint-support

github.com/apiflask/apiflask - 7813b27ee67257a21e2698173d104662c30e8ef4 authored almost 3 years ago
Fix the bp detection for endpoints contain a dot

github.com/apiflask/apiflask - 7c77c681921f847c351235d773089c0ea115aca4 authored almost 3 years ago
Fix a version number in the docstring

github.com/apiflask/apiflask - 7824a9bae9949a4d24cdb2198c5e4caf4dcdfdaf authored almost 3 years ago
Update docs banner

github.com/apiflask/apiflask - af775b21a12c43b28c31d706fb6706b719a58aeb authored almost 3 years ago
Merge pull request #232 from greyli/auth-lib

github.com/apiflask/apiflask - d1013decaf4500832620591e4e609013142cc61d authored almost 3 years ago
Support customizing security and security schemes

- Add config `SECURITY_SCHEMES` and `app.security_schemes` attribute.
- Add `security` parameter...

github.com/apiflask/apiflask - 60b2e5e29558e1f68788d348148852661ae0fcfa authored almost 3 years ago
Merge pull request #235 from greyli/refactor-security

github.com/apiflask/apiflask - d3180348c6550994cbaa49cca41c0da52c253a45 authored almost 3 years ago
Ignore invalid mypy error for app._auth_blueprints

The `has_bp_level_auth` already checked that the `blueprint_name` is not None.

github.com/apiflask/apiflask - cc93195fd2d297ff75af8e9aeb8e9b2aee111737 authored almost 3 years ago
Merge pull request #227 from greyli/dependabot/pip/mkdocstrings-0.18.1

github.com/apiflask/apiflask - 97601c187b5c9efe693d7ef1e870383a3104965d authored almost 3 years ago
Fix the typing of APIFlask._auth_blueprints

github.com/apiflask/apiflask - 74202a2438ec7f7d51d2a1fd2c4b8bd39530c649 authored almost 3 years ago
Bump mkdocstrings from 0.18.0 to 0.18.1

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.18.0 to 0.18.1.
- [Rel...

github.com/apiflask/apiflask - 97c4effcebb48c46dde509fb20f2ec397cc13303 authored almost 3 years ago
Merge pull request #233 from greyli/pre-commit-ci-update-config

github.com/apiflask/apiflask - 7e2faaa81e8dce04a30a9f39e08b259bbe163d3e authored almost 3 years ago
Merge pull request #230 from greyli/dependabot/pip/pytest-7.1.1

github.com/apiflask/apiflask - 89a236b2630cdda16bfec772effcbccf9be96a9c authored almost 3 years ago
Merge pull request #226 from greyli/dependabot/pip/mypy-0.942

github.com/apiflask/apiflask - ca7de1531708304ea8804fbb18d0d6f82f37ee6e authored almost 3 years ago
Merge pull request #229 from greyli/dependabot/pip/mkdocs-material-8.2.8

github.com/apiflask/apiflask - 110b8e6f843aab10570fa2e1c0c4ec0fa651356d authored almost 3 years ago
Refactor and improve the security handling

- Improve the security handling code
- Remove the app-level auth_required detection (meaningless...

github.com/apiflask/apiflask - 46e04a62c0545d8fabf4dc1b8a3df64b609d3f9e authored almost 3 years ago
Bump mkdocs-material from 8.2.3 to 8.2.8

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.2.3 to 8.2.8.
- [Re...

github.com/apiflask/apiflask - cba96d4e63c123773fb8f3e9f55e94d0cfaed9a9 authored almost 3 years ago
Bump mypy from 0.931 to 0.942

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.942.
- [Release notes](https://gith...

github.com/apiflask/apiflask - b11c53732206857f219cfd68f80ba4a6018f72d7 authored almost 3 years ago
Bump pytest from 7.0.1 to 7.1.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.1 to 7.1.1.
- [Release notes](http...

github.com/apiflask/apiflask - 7df02f7f25e00b7d8fc9786b257b7e400f3bab3d authored almost 3 years ago
Merge pull request #234 from greyli/add-base-class

github.com/apiflask/apiflask - 9dc2548c6f4d7a5875ae6ad71a0b2632b0911118 authored almost 3 years ago
Ignore typing issue for Flask 2.1.1 temporarily

github.com/apiflask/apiflask - 077b30930f1e7ee35bd835ea18a37607bba9e1d4 authored almost 3 years ago
Add scaffold class for API and route decorators

- Remove decorators module
- Remove class decorator for route decorators
- Update the API docume...

github.com/apiflask/apiflask - 65adc744fcef58e66430baa16d3a75aa8f8d8faf authored almost 3 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgr...

github.com/apiflask/apiflask - 5d190f292bc7a891a3d23885c7dd9ccc56637437 authored almost 3 years ago
Fix typo in api-docs docs

github.com/apiflask/apiflask - 839429d32beb4e38883da770d61d7641160e8408 authored almost 3 years ago
Update the usage of decorators in the README

github.com/apiflask/apiflask - 6bcc3b18346c3b98b45f43983ec86a473e95997e authored almost 3 years ago
Work on 1.0.0

github.com/apiflask/apiflask - 779bdc309fc9dd0f52e2010793e8935ee160a0e8 authored almost 3 years ago
Release 0.12.0

github.com/apiflask/apiflask - 6da244d8f1b9fe5087ddab9cec1579e036ba1ceb authored almost 3 years ago
Merge pull request #219 from greyli/dependabot/pip/pytest-7.0.1

github.com/apiflask/apiflask - 780576c2906a5d112d748887f6e19f3ba629c061 authored almost 3 years ago
Merge pull request #220 from greyli/dependabot/pip/mkdocs-material-8.2.3

github.com/apiflask/apiflask - f4fd21061297959509347c3b120ba9f971207b9f authored almost 3 years ago
Merge pull request #221 from greyli/dependabot/pip/flask-2.0.3

github.com/apiflask/apiflask - 06e422e36c9e3caba274d81173bf22984093d257 authored almost 3 years ago
Merge pull request #218 from greyli/remove-decorators-api-docs

github.com/apiflask/apiflask - 301728cb0a61d7498b032573122fd1570b38a6ae authored almost 3 years ago
Bump flask from 2.0.2 to 2.0.3

Bumps [flask](https://github.com/pallets/flask) from 2.0.2 to 2.0.3.
- [Release notes](https://g...

github.com/apiflask/apiflask - 3ee0caffa67110d11a8332f4cb569382b29d7243 authored almost 3 years ago
Bump mkdocs-material from 8.1.10 to 8.2.3

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.10 to 8.2.3.
- [R...

github.com/apiflask/apiflask - 0456bed033ed87795755285fd3798ebcaaf434c8 authored almost 3 years ago
Bump pytest from 7.0.0 to 7.0.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.1.
- [Release notes](http...

github.com/apiflask/apiflask - 67d195dc50d79a91b459473c2e7eb0dd93629dc6 authored almost 3 years ago
Remove the API page of decorators

Since they have been moved to the APIFlask and APIBlueprint classes (their API docs will appear ...

github.com/apiflask/apiflask - 337810cc19940b430efb659a585a1686414198cc authored almost 3 years ago
Merge pull request #214 from greyli/refactor-decorators

github.com/apiflask/apiflask - 0c5aed67ed6478a80e38d43fcbe71e23c03ac210 authored almost 3 years ago
Update changelog for decorators change

Also add a section to docs about the migration

github.com/apiflask/apiflask - 066d96cc9ffb93b1b9cbf3fa7030a7aabe2e7d88 authored almost 3 years ago
Merge pull request #215 from greyli/pin-markupsafe

github.com/apiflask/apiflask - 42e9762d93d2fb8e65a65a46b7a854f617e42c8b authored almost 3 years ago
Turn of Mypy unused ignores warning

github.com/apiflask/apiflask - 7cb6bf02dd04649ea13f725e5c711da6dbaad703 authored almost 3 years ago
Pin MarkupSafe to 2.0.1 for Flask 1.1.4

github.com/apiflask/apiflask - 943a72c0ab65b022305fe3321e990a43c0571721 authored almost 3 years ago
Add deprecation warning for decorators change

github.com/apiflask/apiflask - 15569c3beb2b3ca87433f536f2ace0d5c81c7f9d authored almost 3 years ago
Update decorators in docs

github.com/apiflask/apiflask - cb459abdad1103a09f32e50ee2528fb1277d385e authored almost 3 years ago
Update decorators in tests and examples

github.com/apiflask/apiflask - 68675239d718356aa76c7b4b862ef4c6e0c491a1 authored almost 3 years ago
Move decorators to APIFlask/APIBlueprint objects

github.com/apiflask/apiflask - 7b51b20fa9e279ccd535a83b06d2d413bfc58fc0 authored almost 3 years ago
Merge pull request #202 from greyli/pre-commit-ci-update-config

github.com/apiflask/apiflask - d72ab7643a76d2f758fda1881b344966f472e641 authored almost 3 years ago
Merge pull request #204 from greyli/update-requirements-202202

github.com/apiflask/apiflask - 85773d90ddae6ad083a2b129c42a00df7a66753a authored almost 3 years ago
Update requirements 2022/02

github.com/apiflask/apiflask - 239e89b3d75a0fe520ec8120e8447e9ad12679bf authored almost 3 years ago
Merge pull request #201 from Jeroendevr/patch-1

github.com/apiflask/apiflask - 67e4a64a11a9b02ddd16daef362b85c9263e73eb authored almost 3 years ago
Merge pull request #203 from greyli/update-pypy-version

github.com/apiflask/apiflask - ed20ab319067bde13a193f6b6fe159b72bec513d authored almost 3 years ago
Replace deprecated pypy3 with pypy-3.8

github.com/apiflask/apiflask - 177093880dd0850d8fcb072aa5819227ff6424af authored almost 3 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](https://github.com/asot...

github.com/apiflask/apiflask - 86f8f112fc295ba418182aad3c53226a9e74cbdb authored almost 3 years ago
missing a " ' "

github.com/apiflask/apiflask - 9bce39c45b1e00e688000014ba27bcb7d3f87067 authored almost 3 years ago
Merge pull request #193 from greyli/pre-commit-ci-update-config

github.com/apiflask/apiflask - c5184a8b264cca3a1aa06dc7a2f56c5445a359af authored about 3 years ago
Merge pull request #191 from greyli/dependabot/pip/tox-3.24.5

github.com/apiflask/apiflask - 37363740b3ecb4424fc458cf679f17c9cc99fc99 authored about 3 years ago
Merge pull request #190 from greyli/dependabot/pip/mkdocstrings-0.17.0

github.com/apiflask/apiflask - 7f65f5259e2723bc6967ac95e255248436553838 authored about 3 years ago
Merge pull request #189 from greyli/dependabot/pip/mkdocs-material-8.1.3

github.com/apiflask/apiflask - 1d02e1859c670846deaa7a3d25fc198b938e030c authored about 3 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgr...

github.com/apiflask/apiflask - b79b2996fb9977480e8d106e06ee790f6609fdac authored about 3 years ago
Bump tox from 3.24.4 to 3.24.5

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.4 to 3.24.5.
- [Release notes](https://git...

github.com/apiflask/apiflask - 1a3cd523e9c1bb3aded03bb65545c35dae2e9ca0 authored about 3 years ago
Bump mkdocstrings from 0.16.2 to 0.17.0

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.16.2 to 0.17.0.
- [Rel...

github.com/apiflask/apiflask - d3295e06f9575c34ff4da5576fa4a51aeb4f5e45 authored about 3 years ago
Bump mkdocs-material from 8.0.2 to 8.1.3

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.0.2 to 8.1.3.
- [Re...

github.com/apiflask/apiflask - 4bcf82aaa2cdb9a6046175da5129395ef387d664 authored about 3 years ago
Merge pull request #188 from imoyao/patch-2

github.com/apiflask/apiflask - abd5b6d57eb473caf9ce1c6e06d09bb9bf0b4fd2 authored about 3 years ago
Update openapi.md

fix mistake of fact

github.com/apiflask/apiflask - f7293248ba4cf23b20fb58df3863da596cfce498 authored about 3 years ago
Merge pull request #182 from greyli/pre-commit-ci-update-config

github.com/apiflask/apiflask - 98b3dce825d1a6ceb88f58d07b92d62d13b69d42 authored about 3 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgr...

github.com/apiflask/apiflask - 73ac9470ab2737cb5c18ae94dade268fbca8c50c authored about 3 years ago
Work on 0.12.0

github.com/apiflask/apiflask - 3b8fb3dcad7dfd3aefba4fa94576393d5466132b authored about 3 years ago
Release 0.11.0

github.com/apiflask/apiflask - 7a8274068384e08dd322b713ba5fb9b3c3c9135b authored about 3 years ago
Merge pull request #179 from greyli/dependabot/pip/mkdocs-material-8.0.2

github.com/apiflask/apiflask - 132f4ca2c9b635b965368772e28497c337fba170 authored about 3 years ago
Merge pull request #180 from greyli/dependabot/pip/pre-commit-2.16.0

github.com/apiflask/apiflask - a43a4d4ac1b956df0e896f33719bc7f6c3a2ff5f authored about 3 years ago
Merge pull request #181 from llt22/dev-lee

github.com/apiflask/apiflask - fe3d9a749140edf7d6ddd84f84caffe48e547ef8 authored about 3 years ago
Merge pull request #178 from greyli/error-classes

github.com/apiflask/apiflask - 5aa572af8f59e711d690edf1bc97deb601000f83 authored about 3 years ago
Add docs for custom error classes

github.com/apiflask/apiflask - 87899f540b22b7c1292781daa4c13fd7ac42bd6e authored about 3 years ago
Remove unused type ignore comment

github.com/apiflask/apiflask - 44361164a2a70ac1a3d19fdf3ca539dd254181a3 authored about 3 years ago
Bump pre-commit from 2.15.0 to 2.16.0

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.15.0 to 2.16.0.
- [Release n...

github.com/apiflask/apiflask - eaa961b5521b6aaccb62cd77052c3f53f36260f3 authored about 3 years ago
Bump mkdocs-material from 7.3.6 to 8.0.2

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.3.6 to 8.0.2.
- [Re...

github.com/apiflask/apiflask - db2f890c70ad979bfb046038a73c1aa29c447699 authored about 3 years ago
Update pre-commit command to stop showing diff on failure

github.com/apiflask/apiflask - 7f9e13170ca8447f9218af8b1e311eda0afdad43 authored about 3 years ago
Improve the tests for Werkzeug exception headers

github.com/apiflask/apiflask - c295045214857dbbc0ee0fde707eeda1ae4a8ab7 authored about 3 years ago