cg api codingamer-puzzle-topic¶
The codingamer-puzzle-topic service endpoint. See cg api for how these relate to the higher-level commands.
Every command also accepts -h / --help.
| Command | Summary |
|---|---|
cg api codingamer-puzzle-topic |
CodingamerPuzzleTopic service commands. |
cg api codingamer-puzzle-topic find-topics-by-codingamer-id |
Find the puzzle topics a codingamer has made progress on. |
cg api codingamer-puzzle-topic select-topics-by-codingamer-id-and-puzzle-id |
Find the topic tree for a single puzzle, personalized with the codingamer's per-topic learned status. |
cg api codingamer-puzzle-topic¶
CodingamerPuzzleTopic service commands.
usage: cg api codingamer-puzzle-topic [-h] COMMAND ...
Subcommands
find-topics-by-codingamer-id— Find the puzzle topics a codingamer has made progress on.select-topics-by-codingamer-id-and-puzzle-id— Find the topic tree for a single puzzle, personalized with the codingamer's per-topic learned status.
cg api codingamer-puzzle-topic find-topics-by-codingamer-id¶
Find the puzzle topics a codingamer has made progress on.
usage: cg api codingamer-puzzle-topic find-topics-by-codingamer-id [-h] [--codingamer-id ID]
Options
-g, --codingamer-id ID— Codingamer whose puzzle topic progress to list. Defaults to the logged-in codingamer's ID.
cg api codingamer-puzzle-topic select-topics-by-codingamer-id-and-puzzle-id¶
Find the topic tree for a single puzzle, personalized with the codingamer's per-topic learned status.
usage: cg api codingamer-puzzle-topic select-topics-by-codingamer-id-and-puzzle-id
[-h] [--codingamer-id ID] PUZZLE-ID
Arguments
PUZZLE-ID— Numeric ID of the puzzle.
Options
-g, --codingamer-id ID— Codingamer whose topic mastery to check. Defaults to the logged-in codingamer's ID.
Generated from the parser itself. For when to use these, see the CLI guides.