Grey Li

Results 72 issues of Grey Li

Marshmallow/Flask-Marshmallow provides some aliases for fields, for example, `Str` and `String`. To keep everything simple and consistent, I suggest removing these aliases, so that the IDE will not prompt `Url`...

feedback welcome

IMO, the current name of validation-related is not intuitive enough. The following API should be changed: - The `marshamllow.vaildate` module that stores all the validator classes. The `validators` (noun) is...

Originated from [this issue](https://github.com/pallets/flask/issues/3869) in Flask. > The request.is_xhr property was deprecated since Werkzeug 0.13 and removed in Werkzeug 1.0.0. You will get this error when using Flask =1.0.0 because...

Although `SQLALCHEMY_DATABASE_URI` is technically correct here, I propose to add `SQLALCHEMY_DATABASE_URL` as an alias for it for the following reasons: - "URL" is a more user-friendly word, it's widely known...

Add more support to pagination.

feature
on hold

Add a boolean arg `skip_validation` to `app.input()`

feature

Something like flask-smorest's `bp.etag()` decorator.

feature

- Add more code examples to the Data Schema chapter (mention Meta schema, `unknown`, `many`, `partial`) - Add token, basic, and apiKey section to the Security chapter - Add more...

improvement
docs

- List related Flask docs (app factory, blueprint, package, etc.). - Mention the Blueprint -> APIBlueprint change. - Give some example project structures for API projects. - Maybe also add...

docs

- [x] token-auth - [x] basic-auth - [ ] custom-auth - [ ] file-upload - [ ] large-project-structure

meta