Skip to content

Add scaffold class for API and route decorators#234

Merged
greyli merged 2 commits intomainfrom
add-base-class
Apr 5, 2022
Merged

Add scaffold class for API and route decorators#234
greyli merged 2 commits intomainfrom
add-base-class

Conversation

@greyli
Copy link
Copy Markdown
Member

@greyli greyli commented Apr 5, 2022

  • Remove the decorators module
  • Remove class decorator for route decorators
  • Update the API documentation

This will also improve the IDE auto-completion of these decorators.

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code docstring.
  • Add an entry in CHANGES.md summarizing the change and linking to the issue and your username.
  • Add *Version changed* or *Version added* note in any relevant docs and docstring.
  • Run pytest and tox, no tests failed.

- Remove decorators module
- Remove class decorator for route decorators
- Update the API documentation
@greyli greyli added this to the 1.0.0 milestone Apr 5, 2022
@greyli greyli merged commit 9dc2548 into main Apr 5, 2022
@greyli greyli deleted the add-base-class branch April 5, 2022 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add base class for APIFlask and APIBlueprint classes

1 participant