Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/apiflask/apiflask
A lightweight Python web API framework.
https://github.com/apiflask/apiflask
ccf16f4558c61e05c51dd50c8441fb0a4cddbbff authored over 3 years ago
c97d846d340e0ea9bc1e613b4e6ac54dcae08ba8 authored over 3 years ago
Support setting custom schema name resolver via the `APIFlask.schema_name_resolver` attribute
d6dd5595009be5de6a7741a5a887276c3ac011bf authored over 3 years agobb8c023f6f1a60e40b9e9f41156b394d4f97cbe3 authored over 3 years ago
Use more appropriate exceptions
dac99b117b9b2cec045568c0c9b544a7d15a38d5 authored over 3 years agodb3d50340d47dcaab5e5241fb2005bc4ce4f860a authored over 3 years ago
2e145bc4881ed147914f6e75f80c7a9c1ec4ce84 authored over 3 years ago
Support base response customization
7ec7df2cbae2fd01bc185ac2e5080214f8e47334 authored over 3 years ago471e62003154c398b24af587c2774dd85099c4cc authored over 3 years ago
6c2ff529b585b7e347f08d50b9f976ed1606facc authored over 3 years ago
- Add config: BASE_RESPONSE_SCHEMA, BASE_RESPONSE_DATA_KEY
- Improve some types for schema, add ...
8aa810be7652c6a091b46d4f33170c81a56e483e authored over 3 years ago
Release 0.8
59bd8f6ecb1aa9bd0a873655b5dccf81b7cfeaef authored over 3 years ago77c1c20a1d7e903446b7a3c126fa7b3807ee9c4d authored over 3 years ago
899ba6898287af9a17285074fd0f5813ca3b1219 authored over 3 years ago
956fe550172790eee054926bd37179749f64bd23 authored over 3 years ago
3e461a5bbcea23b4c91a908cd50327c6d080841d authored over 3 years ago
Add docs for app.spec attribute
6157b8ef6793779467d3e8bd11b0b0e0c7fedcad authored over 3 years agoc98ecf9a41659360e2104a9150c560e6be52993a authored over 3 years ago
ef6ac8f4d968ea5c0f113a16f7791af7def58a1e authored over 3 years ago
Improve spec cache handling
5366d83afed9ce0a45f1a7dafd5a1ece8b01c960 authored over 3 years agof74dbc5fc6c7e3d9df9e032d313f1d6ad9900707 authored over 3 years ago
Improve configuration variables for OpenAPI fields
3d5592934fca4a8132cefdf0d5f17550ee4276a3 authored over 3 years agobdd0057077100557c1c1c73ca136227bd977eecd authored over 3 years ago
abe2908d4eae66ef8abba8aa0fdedda2055c3cd6 authored over 3 years ago
Reorder the configs to follow the order in OpenAPI spec
3a1295044a0849fc3077f5c0c02656f9628ca44c authored over 3 years ago33e3de81fe06c3a8af836d6a668cf0564132170a authored over 3 years ago
045b091e38501c3833c74818a972902c057422ef authored over 3 years ago
7957ec32eab921aa94f63f2170702895aa0488ac authored over 3 years ago
096efcb5fbe36244ee86cca320c487e2f39b614c authored over 3 years ago
Add OpenAPI and Blueprint Tags examples
2baab9c8cc193d2a2bbd8c7ee51d531552bcfbb7 authored over 3 years agof26047e01c5bf1ed2c564ce6167c3be7d2aec697 authored over 3 years ago
[pre-commit.ci] pre-commit autoupdate
42c014d51dcc92d7e75846a141620d6cfb7df5a2 authored over 3 years ago
updates:
- [github.com/asottile/pyupgrade: v2.18.3 → v2.20.0](https://github.com/asottile/pyupgr...
Support overwriting response description with `doc` decorator
88be1e87b1a8cc1d7e3fcc743e41e0800f32d245 authored over 3 years ago5cad0a71dbdb3df220c170e926b29c6c681e42e0 authored over 3 years ago
Support automatic 404 response
1d3c90f0c05bb9995df2eb2dbe88311190000457 authored over 3 years ago9f66734732ae826bc11e1c832781169df96bbe1b authored over 3 years ago
Add new config:
- AUTO_404_RESPONSE
- NOT_FOUND_DESCRIPTION
Bump mkdocs-material from 7.1.8 to 7.1.9
1311eab602c42519bfd44fb0ccaebb4825b64b2b authored over 3 years agoBump asgiref from 3.3.4 to 3.4.0
5ba2c1420abf6b037a4d67c5ac8835a820d24d77 authored over 3 years agoBump mypy from 0.902 to 0.910
ee302789775ec2796cc50fa0a8883b0afeef024c authored over 3 years ago
Bumps [asgiref](https://github.com/django/asgiref) from 3.3.4 to 3.4.0.
- [Release notes](https:...
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://gith...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.8 to 7.1.9.
- [Re...
Bump pip-tools from 6.1.0 to 6.2.0
8e7620cc28b4cfa520be74894a28e8ec5f9e00fe authored over 3 years ago
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.1.0 to 6.2.0.
- [Release notes](...
58fc1384aa1714efdb78b02d222191ed68b7f6ee authored over 3 years ago
ed056493361bc6377485f42ac66c2b2bb9ab399a authored over 3 years ago
Update supported OpenAPI schema object fields list
2fef223ab091446baf7807f444ac13291444618a authored over 3 years agoAdd tests for example applications
a2f39bd3473c62b4c3159f7c8bdde1c2e17a8aed authored over 3 years ago58de7efc48a809ec389af188ef6131b4c70de042 authored over 3 years ago
- Rename app.get_spec to app._get_spec
- Add force_update parameter for app._get_spec
- app.spec...
* Fix workflows branches
* Fix broken example source URL
Co-authored-by: Grey Li <withlihu...
76bd2c729f076a2b7c9d88a3d680f4251806c5df authored over 3 years agoeff7c902c7847be415d066f1dbf37f55ac081cdb authored over 3 years ago
OpenAPI docs: Indicate which metadata fields need to be set manually
0d7b42337ef8e718ee33cd221323b87bf7bf62c2 authored over 3 years ago80eb45f93abe66ca2741a95788ba4ed4f1550566 authored over 3 years ago
* fix wording
* Fix typo in openapi docs
Co-authored-by: Grey Li <[email protected]>
5bec94178ed475e4bbd97b153e72d82bac445691 authored over 3 years ago2e808c738e07c508e0f05e37a47a571646f8cad4 authored over 3 years ago
76f697a304c9449672ef5b91341bd636b3fde7d4 authored over 3 years ago
1fc74e60ef761b81a90c125b33d4077585b44757 authored over 3 years ago
c270cf982e840e9659aa5c849f042f1e6b5a6788 authored over 3 years ago
98bd767a5b5b45029cfdd3c98e02176e5c766d25 authored over 3 years ago
c7edc47208c6a9d04a766ceafa70d749037b909c authored over 3 years ago
Add the OpenAPI docs
15690f0b7c8f65dbaa1676e56027a4d719c959c6 authored over 3 years agod13c8b90ce4e727c21f5d5f646c8b70c6c4f7fe5 authored over 3 years ago
e1ffa4ab7162d730b4344b52073f8e26baf67598 authored over 3 years ago
for more information, see https://pre-commit.ci
3486c83cdaf054ddf294494dc8a3b3fa0373df51 authored over 3 years ago7656429b01fc6e54ae35c55a9965e8d8eab174f3 authored over 3 years ago
d15de045427dc0ac1a4554860fa9c72542e58077 authored over 3 years ago
Revert undocumented name changes on pre/post decorators
9464f44e6c4661bf813bfd5e994c66f90383b1f5 authored over 3 years agoa26bf2763b931849463abe33e0a75823d8bf983b authored over 3 years ago
7a3a18ea1a7d29293fe13ad09e96f2b42643d910 authored over 3 years ago
Project cleanup and refactor
d88f90c10658ce6e3f8a527c2c1c1e4a4a914c62 authored over 3 years agoee0f355286a3057c00a3f166afa7b6b65a702d48 authored over 3 years ago
6b765635e7d733efe11f4a5758c72fce0862fb50 authored over 3 years ago
749989d726c5e1f9cc183f47587b7bfbfdc359bb authored over 3 years ago
4897f9a42f843b1558b1cefa151c36c0af0c9e3f authored over 3 years ago
a35072d39e9e39412cf4c883727f1c30c57bed80 authored over 3 years ago
18c13dfd882c886d3069f5ecc0b8b3a58e2a7a2f authored over 3 years ago
0e88f78f426f585486d6a64a397acbf23253645a authored over 3 years ago
279d5fd2c6843d07e3d781c429da3287285e9f7e authored over 3 years ago
448931741760dcbdeddc9fa9ba9aa6f946554265 authored over 3 years ago
0c4f728ceb46415d410251abbfefb2c45784861f authored over 3 years ago
0437c4f918f87ad871d2ddb26344607e8252fef4 authored over 3 years ago
f09359bc6a4610c892b5e9b0f07254391fa6b1b9 authored over 3 years ago
90e337c31d773c762abb3217bac2cb708601db87 authored over 3 years ago
Support to sync the local OpenAPI spec
8d8d55aabb7d3795e5ec4061f9845faf10d4ada6 authored over 3 years ago7614e82d4a05dfe0dc676f2bf071883f43385b27 authored over 3 years ago
ef1cc473aa969839197860597380a2b4b8be4793 authored over 3 years ago
47d8b19a0d48b7e441fe9bfee92ff9c6ddd6abb7 authored over 3 years ago
Remove support for automatic spec format detection
4fed34ae3d24579fc732d57701f0732481acc78b authored over 3 years ago6e6c2456738f39f12db9a3cc3a5883f9285becd6 authored over 3 years ago
15d2d5b485d127c1ff03afba4f4c122d277b369c authored over 3 years ago
9fcc6451361775bbaa89af9e2e11f251ef998b26 authored over 3 years ago
Add `flask sepc` command to output the spec to stdout or file
8aac1764d68ac63429c709d8c1ea9c24b86b4d29 authored over 3 years agoa511809f6b035d5a280c6cf51ce6757405c1da3a authored over 3 years ago
Also improve the handling of indent option
a2541c4cc97be0be547c0d2b4c68e84cb43abe76 authored over 3 years agoAdd new configs: SPEC_FORMAT, LOCAL_SPEC_PATH, and LOCAL_SPEC_JSON_INDENT
2a08c17da4f27144b3be1fcbb7b81df39253ce68 authored over 3 years agoSupport set the url prefix of the OpenAPI blueprint
21cae3e8f978e7d36c0007dd9542879b0d4c9acf authored over 3 years ago