server.main¶
Attributes¶
Functions¶
|
|
|
|
|
|
|
|
|
http://localhost:5001/api/channel/ome.eric/cards?page=2&page_size=25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- server.main.unused¶
- server.main.app¶
- async server.main.show_channels(request: fastapi.Request) fastapi.responses.HTMLResponse¶
- async server.main.show_channel_details(request: fastapi.Request, channel_name: str) fastapi.responses.HTMLResponse¶
- async server.main.main() list[server.schemas.Channel]¶
- async server.main.get_channel_synopsis(name: str) server.schemas.ChannelSummary¶
- async server.main.get_channel_cards(name: str, page: int = 1, page_size: int = 10) list[server.schemas.Card]¶
http://localhost:5001/api/channel/ome.eric/cards?page=2&page_size=25
- async server.main.create_post(meta: server.schemas.MiniMetadata) bool¶
- async server.main.import_post(name: str, card: server.schemas.CardRef) bool¶
- async server.main.browse(sortby: str = 'timestamp', per_page: int = 10) server.schemas.BrowseResponse¶
- async server.main.explore_oer_exchange(_request: fastapi.Request) server.schemas.ExploreSummary¶
- async server.main.channel_summary(channel: str, _id: int) server.schemas.ChannelSummaryResponse¶
- async server.main.get_channel(channel: str, _id: int) server.schemas.ChannelResourcesResponse¶
- async server.main.get_resources(tenant: str) server.schemas.ChannelResourcesResponse¶
- server.main.templates¶