Skip to content

cg api quest

The quest service endpoint. See cg api for how these relate to the higher-level commands.

Every command also accepts -h / --help.

Command Summary
cg api quest Quest service commands.
cg api quest find-quest-map Find a codingamer's quest map.
cg api quest count-lootable-quests Count a codingamer's completed-but-unclaimed (lootable) quests.

cg api quest

Quest service commands.

usage: cg api quest [-h] COMMAND ...

Subcommands

cg api quest find-quest-map

Find a codingamer's quest map.

usage: cg api quest find-quest-map [-h] [--codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer whose quest map to fetch. Defaults to the logged-in codingamer's ID.

cg api quest count-lootable-quests

Count a codingamer's completed-but-unclaimed (lootable) quests.

usage: cg api quest count-lootable-quests [-h] [--codingamer-id ID]

Options

  • -g, --codingamer-id ID — Codingamer to count lootable quests for. Defaults to the logged-in codingamer's ID.

Generated from the parser itself. For when to use these, see the CLI guides.