-------------------
Fix
~~~
- Prevent hidden methods from being included in schema (298) [Daniel
Wallace, mbierma, mbierma]
* Prevent hidden methods from being included in schema
* Fixup processing for including hidden entries
* Add tests
* blacken
---------
Other
~~~~~
- Linting. [Daniel Wallace]
- Missed one. [Daniel Wallace]
- Use EnumField from marshmallow to swagger. [Daniel Wallace]
- Update documentation. [Daniel Wallace]
- Add example to todo app. [Daniel Wallace]
- Change the logic around. [Daniel Wallace]
- Blacken. [Daniel Wallace]
- Allow specifying swagger documents for path converters. [Daniel
Wallace]
without much changing elsewhere, this allows us to set enum types for
custom path converters in flask.
for example: `/v1/preferences/<preference_type:scope>` where scope could
be `user`, `project`, or `account`. We can define an object with a
`to_swagger` function as part of the [Flask
Converter](https://flask.palletsprojects.com/en/2.3.x/api/#flask.Flask.url_map)
that is defined.
- Blacken. [mbierma]
- Support optional short summary for paths. [mbierma]