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

Fix typos in the request docs

d2e0e6f5021d5ff29185e08c9e8af540a937eb62 authored over 2 years ago
for compat with flask 2.2

c516c18cb0485cf0fee948072b96933bd7a9fd70 authored over 2 years ago
Disable Codecov comment

4ae12fbfa885c5e48a5faedff73272ebdf105e7f authored over 2 years ago
Release 1.1.2

267b8508feef1155709047764846f1d762253bf8 authored over 2 years ago
Merge pull request #340 from apiflask/cdn

95b360d92cf0b7f9a32fed3231c8629edb08cdf4 authored over 2 years ago
Update CDN server of Swagger UI and Redoc

- Use unpkg.com for Swagger UI
- Use cdn.redoc.ly for Redoc

24fdc79356b9c4acf44417e301139a4f790e12d2 authored over 2 years ago
Merge pull request #339 from apiflask/elements-router

0ee3a91ca61850f4b5ae85a41c8119e198db3c8d authored over 2 years ago
Set default Elements router to hash

So we don't need to handle the basePath value.

3732526ea2e5e4f1883ec8c193be958d2745439f authored over 2 years ago
Only post comment when coverage changes

954e3725c71086139d24d9655d88f8593c037ac7 authored over 2 years ago
Merge pull request #337 from apiflask/improve-docs

4877bc4ce3491e3d85c13b55b2b7a52781763727 authored over 2 years ago
Add credits for Netlify

3b434856ff2794195a63024072426be515b4a6d7 authored over 2 years ago
Update docs for Flask --app and --debug options

1cc626bf8caeaa7a29b3991dded57c444e74c596 authored over 2 years ago
Add full name for status_code parameters

f7e41c1575c48c160c80c51b695be9a264df8c83 authored over 2 years ago
Simplify the name of schema classes

5188a9aa4fae9dfc2e60a0d4e18c1a8bebb5bd7f authored over 2 years ago
Remove unnecessary image and info in README

808b31fa358980623a9086dbc07faf2954210017 authored over 2 years ago
Work on 1.2.0 again

0a42c3a6a6e32977e08c68c0dea4c2c50a1773ac authored over 2 years ago
Release 1.1.1

d89caa526dc9a3fca5c14968cd3ca35a7095599e authored over 2 years ago
Merge pull request #333 from apiflask/dependabot/github_actions/actions/cache-3.0.5

Bump actions/cache from 3.0.4 to 3.0.5

2c85daa531a65b83f601b5287f9506069ec4b8fe authored over 2 years ago
Use type(MethodView) instead of MethodViewType (#336)

a77259e33d6803054cb44a05a633b284a2bdedaf authored over 2 years ago
Bump actions/cache from 3.0.4 to 3.0.5

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
- [Release notes](h...

668b90709363801a9a68df9e3dc5fc3a6fc00160 authored over 2 years ago
Mark various doc paths as optional (#330)

Co-authored-by: Grey Li <[email protected]>

0a9cb458013532c1f0c2ca23d8e2452eb9921582 authored over 2 years ago
Merge pull request #331 from apiflask/update-ci

8ce80e65fa4191ff33e29b5e615cae5f8f960365 authored over 2 years ago
Improve CI setup

- Test against Python 3.10, 3.11
- Follow Flask's CI setup
- Update setup-python to v4
- Add cac...

e7a01223ba289a8f2979a95ff79789cbd44506b4 authored over 2 years ago
Fix outdated docs and typos

b38ff954fdccb5f8e091f7c8a286e445462b48ad authored over 2 years ago
Merge pull request #326 from justin-jiajia/patch-1

Fix token_auth example application

8504991055af9fa4d835a3054dd4c9b007fc556b authored over 2 years ago
Update app.py

646d11e425c8585da16c97b6102b63b82971125c authored over 2 years ago
Simplify the async-related tests (#324)

Co-authored-by: 9gl <[email protected]>
Co-authored-by: Grey Li <[email protected]>

874f7ad6e68c8c37381fbd69cbd56de997ec6008 authored over 2 years ago
Work on 1.2.0

c5ca5e341d1c2ada52f466b6f85d0e520a387ecd authored over 2 years ago
Release 1.1.0

f977d02b656f71d0abfece1283ce8840c634ad89 authored over 2 years ago
Merge pull request #322 from apiflask/list-return-value

c19834acbc692c339208a6e0cf660df52fa34152 authored over 2 years ago
Automatic serialize list return value to JSON

288287d79905e70d732ef6707e295769a6a002fe authored over 2 years ago
Merge pull request #323 from apiflask/update-docs

aeef5b397f2fd0cbda831480ab16812b2fde5043 authored over 2 years ago
Update API docs and base response example

- Add external docs to API docs
- Make the base response example simpler

75100d37197ff6ca597a3bb09dd7752e4d57d07b authored over 2 years ago
Merge pull request #320 from apiflask/fix-cli

96b1c24855b8a678acfd3b0601f7c5b3c82a150b authored over 2 years ago
Fix CLI entry point setup

- Add a apiflask console script to prevent overwriting `flask`.
- Add a short help text for the ...

32138a8e52d43bcf863d127a325df5d8dca8108c authored over 2 years ago
Merge pull request #308 from apiflask/docs-ui

92b0690163976f73cb5c8d8ccd9f87deb2a66151 authored over 2 years ago
Update docs and changelog

7fb6708447c895030970d4f21f6ee886b8893f74 authored over 2 years ago
Add tests for the new docs UI support

2d53838d5e456b12861e7b29699796dc15bfea45 authored over 2 years ago
Support Elements, RapiDoc, and RapiPDF

- Add support for Elements, RapiDoc, and RapiPDF.
- Add APIFlask(docs_ui) parameter to control t...

3482b64584cedb2e82459425cd020a03ef56e3ed authored over 2 years ago
Merge pull request #311 from apiflask/docs-version

61c74827b87e77ff13cbd6e8043ba1eb24eedee4 authored over 2 years ago
Add docs version select menu

2e1d1e07314be3e74fde25b7c57ee97679afd337 authored over 2 years ago
Merge pull request #310 from apiflask/update-requirements-202206

Update requirements and typing

19e9061d3be45ca76a5ab0e21c1dd41da7d855ac authored over 2 years ago
Update requirements and typing

8e2980cebfa1214445f2f3430cefed895827d2e3 authored over 2 years ago
Merge pull request #309 from apiflask/improve-examples

21de90e67e66e48975fc960aa50d0edcba5b2d46 authored over 2 years ago
Improve dataclass example application

- Fix bugs in example application
- Enable tests
- Update requirement files

ba5f2e69dd6d924c96b732f0e2943a4a24cdbfd9 authored over 2 years ago
Add example for using dataclasses with marshmallow-dataclass (#305)

Co-authored-by: Grey Li <[email protected]>

876e1a967c73716b0250f9dc9512d572de3a0999 authored over 2 years ago
Add examples for API docs CDN links

e00abf73dbad859052da5209dfccbd3d8353014e authored over 2 years ago
Add link to Chinese docs

6e5856a43958ecbc7d3ea0178744a7ca6d861c80 authored over 2 years ago
Fix changelog format

b66e36780b14c00282a569f3565c96481d925c3a authored over 2 years ago
Work on 1.0.3

d605520d9a54f03af19adda16d87a449be74f459 authored over 2 years ago
Release 1.0.2

85ab069d911837897ea9f845fdeaaceecd260a49 authored over 2 years ago
Combine custom security schemes with existing values (#303)

4a47587d374bb7ca8da393a2469a1873e113ba3d authored over 2 years ago
Merge pull request #302 from apiflask/input-location

ca1f242faad15e8efcd5c6ee8b20426a7dcbad5f authored over 2 years ago
Merge pull request #304 from apiflask/fix-schemes

Fix OpenAPI security scheme value

85fd129e118113242cb7ffee50e84a0d5f3c4a1e authored over 2 years ago
Improve the fault tolerance of scheme value

08bf10dd40e4dc00b8cb68d0a1e2b78b114d1259 authored over 2 years ago
Fix OpenAPI security scheme value

The scheme value should be in lowercase

5b6553634b872750c0e0ee5b69899d72bfa03e34 authored over 2 years ago
Fix outdated descriptions and typos in docs

6d833901963d84be4b5862bbbc7d49a7f408ddb3 authored over 2 years ago
Add the missing path/view_args request location

9d136c04d9bc497166bf5a7a37886ef4c6d81ac5 authored over 2 years ago
Merge pull request #300 from Tridagger/Tridagger-patch-1

7b357118706f2925149ff8f0551a4a182625abec authored over 2 years ago
Merge pull request #291 from jiashuChen/flake8-quotes

Ensure single quotes by adding flake8 quotes plugin

1f9cebd92db0cfc9fad16d630900e19910269a04 authored over 2 years ago
Ensure single quotes by adding flake8 quotes plugin

Signed-off-by: Jiashu Chen <[email protected]>

42002e80c5f9d41c03105c552dc5fa53e1a61bbd authored over 2 years ago
fix clerical error

Instance of apiflask.HTTPBasicAuth should be "auth"

c0c673b3748e6772c2de9fce011487e3ba8252f0 authored over 2 years ago
Merge pull request #294 from apiflask/dependabot/github_actions/actions/checkout-3

7267b64a1008de3017c97c757b615bf48ce5bb21 authored over 2 years ago
Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](htt...

a524df721a76c45fc7f694eaa51ca4ea6f38abd1 authored over 2 years ago
Merge pull request #295 from apiflask/dependabot/github_actions/actions/setup-python-3

1b6497822149f0f33b6cb4911470340c49e85076 authored over 2 years ago
Merge pull request #296 from apiflask/dependabot/github_actions/github/codeql-action-2

Bump github/codeql-action from 1 to 2

8625aaa28236e4fca36ea33b10e041afdfcd3c14 authored over 2 years ago
Bump github/codeql-action from 1 to 2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release no...

7dafdc9496375b3880c2e0128e1a2fda5b827bab authored over 2 years ago
Bump actions/setup-python from 2 to 3

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release no...

bdecf6831bb0dd9859f65c6a2ef34ffad8923532 authored over 2 years ago
Drop Dependabot and replace pip-tools with pip-compile-multi (#292)

Co-authored-by: Grey Li <[email protected]>

975fb8f80b494760ffb7dcf24aa7ff7376ee3ec7 authored over 2 years ago
Work on 1.0.2

53742814b19c501d45b66bcfc8d52ffc14af78e4 authored over 2 years ago
Release 1.0.1

83f41b6009ede7e92816caa0fe2fed726b57f966 authored over 2 years ago
Improve async tests

840e9fe3c27f7b91702c34994b30a9dfc99d9ba6 authored over 2 years ago
Ensure doc, auth_required, and input will run ensure_async (#289)

Co-authored-by: Grey Li <[email protected]>

3104509ac2df959a3a1d54c8b8f2e3dcf44a0875 authored over 2 years ago
Fix incorrect admonition types (#284)

* fix typo in openapi.md

* fix tips typo

3cdab3710833599938c1df2fa565f781e2da64db authored over 2 years ago
Example basic auth (#280)

Co-authored-by: Grey Li <[email protected]>

5eb33fa12531c0d5ed6457b5a4411a85f84910e8 authored over 2 years ago
Merge pull request #283 from rice0208/patch-2

e1219c05b2e25ad2aa480389f772d0c77886ef39 authored over 2 years ago
fix typo in openapi.md

4dd77a8f598d913bb7a21a050afce13e771c062c authored over 2 years ago
Merge pull request #282 from jiashuChen/main

447bce1fd151cd90fe6bd2b946cc5a3a0e878ce9 authored over 2 years ago
remove deprecated standalone api decoractors from docstring

Signed-off-by: Jiashu Chen <[email protected]>

68c5df284d9375d0489a00bc2a99ae3882d84920 authored over 2 years ago
Merge pull request #281 from rice0208/patch-1

fix typo in openapi.md

e04a0b5ef269b97baa40e38e82596d46bdb6b33e authored over 2 years ago
fix typo in openapi.md

66cec9207a6cdb3c1c519260330bab589bd8cdf7 authored over 2 years ago
Merge pull request #278 from rice0208/patch-1

fix typo in docs/schema.md

2d107b027bafe4ec07de09894894acf49df54002 authored over 2 years ago
fix typo in docs/schema.md

e5d0a5cf87c9d5adb8f3cbd48bad253614e0b917 authored over 2 years ago
Merge pull request #277 from z-t-y/main

842fda76055bdb622fd0d87289b48f710ee1cb64 authored over 2 years ago
Fix a typo in docs/migrate.md

5749e9e249a88798396cb02a7f839b0e1a514b6e authored over 2 years ago
Update mkdocs config

a2bc208770a703bdf6ecabe2bb0ddbfce3015aab authored over 2 years ago
Update GitHub repo URL

10a06ba9f2634433c2dc2fcedb00aea4525af9ad authored over 2 years ago
Merge pull request #275 from apiflask/dependabot/pip/mkdocs-material-8.2.13

3317a9eb87ac63d8c65b254823ba955e2b44442b authored over 2 years ago
Merge pull request #276 from apiflask/dependabot/pip/pre-commit-2.19.0

a5047ed67f505316337994e6ba78b1fbd8312427 authored over 2 years ago
Example token auth (#266)

48ddc43ac114e26a8354ae8ca29e1ac01205d0a9 authored over 2 years ago
Fix incorrect URLs in docs

58514e23e2db900d2a848cd28349622970d7600d authored over 2 years ago
Update docs banner

75fc92ed2458adda4910e58b2e90a5e87bbe8fdc authored over 2 years ago
Bump pre-commit from 2.18.1 to 2.19.0

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

bff309dc1100c7212ebd2f6bd7e889344491c0e6 authored over 2 years ago
Bump mkdocs-material from 8.2.12 to 8.2.13

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.2.12 to 8.2.13.
- [...

560b707515ddadf914ffdb139efc5b3f80323b08 authored over 2 years ago
Work on 1.0.1

c9d0032d2568646a20b8a724c6a9e9eaf70e1a21 authored over 2 years ago
Release 1.0.0 version

c1c54783b6c89ad57be97e210fcb852fbabcce6f authored over 2 years ago
Clean the docs

bba3a831a5412296e96ee501e5db9178fbf6c320 authored over 2 years ago
Add docs for authentication support (#272)

* Add docs for authentication

* Fix typos and grammar issues

80912e0263585a85cd750f958ec478546e1bdc81 authored over 2 years ago
Add docs for data schema (#270)

7a705f950a268dc0b9f9ff674bf00f2f1239628c authored over 2 years ago
Add docs for response formatting (#267)

1d71ef4742c5864a24df0175e2c8f8b86bd5983e authored over 2 years ago