server.main¶
Attributes¶
Functions¶
|
|
|
|
|
http://localhost:5001/api/channel/eric.public/cards?page=2&page_size=25 |
|
|
|
|
|
Module Contents¶
- server.main.unused¶
- server.main.app¶
- async server.main.main() list[server.schemas.Channel] ¶
- async server.main.get_channel_summary(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/eric.public/cards?page=2&page_size=25
- async server.main.create_post(card: server.schemas.NewCard) bool ¶
- async server.main.import_post(name: str, card: server.schemas.CardRef) bool ¶
- async server.main.newsgroups(request: fastapi.Request) fastapi.responses.HTMLResponse ¶
- server.main.templates¶