dakweb.routers.suite¶
Functions
|
Give information about a single suite, identified by name or codename. |
|
Give information about all known suites. |
Classes
|
- class dakweb.routers.suite.SuiteResponse(*, name: str, codename: str | None, dakname: str | None, archive: str, architectures: list[str], components: list[str])[source]¶
- _abc_impl = <_abc._abc_data object>¶
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- dakweb.routers.suite.suite(suite: str, db: Session = Depends(get_db)) SuiteResponse[source]¶
Give information about a single suite, identified by name or codename.
- dakweb.routers.suite.suites(db: Session = Depends(get_db)) list[SuiteResponse][source]¶
Give information about all known suites.