PartialRecipe#

Note

This is a Partial Object which means it doesn’t contain regular data. You should threat it as a reference to a object rather than a normal one. See: Partial Objects for detailed information.

class corkus.objects.PartialRecipe#

Represents a Partial version of Recipe.

property id#

Return the id of recipe like Food-13-15 or Wand-63-65.

Return type:

str

property type#

Type of the item.

Return type:

ItemType

property level#

Level range that this item should be used in.

Return type:

LevelRange

async fetch(timeout=None)#

Fetch full recipe information from API.

Warning

This function is a API call. See: Partial Objects for detailed information.

Parameters:

timeout (Optional[int]) – Optionally override default timeout.

Return type:

Recipe