diff options
| author | Fuwn <[email protected]> | 2025-08-06 22:17:36 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-08-06 22:17:36 +0200 |
| commit | 21dbb866b0c4479e1ff6d327d0989531e3c3501d (patch) | |
| tree | cc550e1d4b2463bf032655c24961ee445dc4e10e /umapyoi_net_docs/support.rst | |
| parent | feat(umapyai): Switch to ollama library calls (diff) | |
| download | umapyai-21dbb866b0c4479e1ff6d327d0989531e3c3501d.tar.xz umapyai-21dbb866b0c4479e1ff6d327d0989531e3c3501d.zip | |
docs: Add umapyoi.net API documentation
Diffstat (limited to 'umapyoi_net_docs/support.rst')
| -rw-r--r-- | umapyoi_net_docs/support.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/umapyoi_net_docs/support.rst b/umapyoi_net_docs/support.rst new file mode 100644 index 0000000..54a0c1a --- /dev/null +++ b/umapyoi_net_docs/support.rst @@ -0,0 +1,22 @@ +Support Card Endpoints +====================== + +:ref:`routingtable` + +Endpoints +--------- +.. http:get:: /api/v1/support + + Returns all support card IDs. (Each support card has an id, chara_id (game_id) and gametora identifier.) + +.. http:get:: /api/v1/support/(int:support_id) + + Returns support card data by ID. + +.. http:get:: /api/v1/support/character/(int:chara_id) + + Returns all support card data belonging to a given character ID (game_id). + +.. http:get:: /api/v1/support/(int:support_id)/gametora + + Redirect to the GameTora page of a support card ID. |