betty.project.extension.http_api_doc package¶
Module contents¶
Integrate Betty with Swagger UI.
- final class betty.project.extension.http_api_doc.HttpApiDoc[source]¶
Bases:
ShorthandPluginBase
,EntryPointProvider
Provide user-friendly HTTP API documentation.
- classmethod assets_directory_path() Path [source]¶
Return the path on disk where the extension’s assets are located.
This may be anywhere in your Python package.
- classmethod depends_on() set[PluginIdentifier[Extension]] [source]¶
The plugins this one depends on.