openapi

OpenAPI config

OpenAPI Config.

src.server.lib.openapi.config = OpenAPIConfig(title='Byte Bot', version='0.2.0', create_examples=False, openapi_controller=<class 'litestar.openapi.config.OpenAPIController'>, contact=Contact(name='Admin', url=None, email='hello@byte-bot.app'), description='The Byte Bot API supports the Byte Discord bot.\n                                  You can find out more about this project in the\n                                  [docs](https://docs.byte-bot.app/latest).', external_docs={'description': 'Byte Bot API Docs', 'url': 'https://docs.byte-bot.app/latest'}, license=None, security=None, components=Components(schemas={}, responses=None, parameters=None, examples=None, request_bodies=None, headers=None, security_schemes=None, links=None, callbacks=None, path_items=None), servers=[Server(url='http://0.0.0.0:8000', description='Development', variables=None), Server(url='https://dev.byte-bot.app/', description='Test', variables=None), Server(url='https://byte-bot.app/', description='Production', variables=None)], summary=None, tags=None, terms_of_service=None, use_handler_docstrings=True, webhooks=None, root_schema_site='swagger', enabled_endpoints={'elements', 'openapi.yml', 'redoc', 'oauth2-redirect.html', 'openapi.yaml', 'rapidoc', 'openapi.json', 'swagger'}, operation_id_creator=<function default_operation_id_creator>, path='/api')

OpenAPI config for the project. See OpenAPISettings for configuration.