$TagsClient class

Access to tags/keywords of recipes.

Constructors

$TagsClient($Client _rootClient)
Creates a new DynamiteClient for Tags requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$listKeywords_Request() → Request
Get all known keywords.
$listKeywords_Serializer() → DynamiteSerializer<BuiltList<Keyword>, void>
Builds a serializer to parse the response of $listKeywords_Request.
$recipesWithKeyword_Request({required String keywords}) → Request
Get all recipes associated with certain keywords.
$recipesWithKeyword_Serializer() → DynamiteSerializer<BuiltList<RecipeStub>, void>
Builds a serializer to parse the response of $recipesWithKeyword_Request.
listKeywords() Future<DynamiteResponse<BuiltList<Keyword>, void>>
Get all known keywords.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recipesWithKeyword({required String keywords}) Future<DynamiteResponse<BuiltList<RecipeStub>, void>>
Get all recipes associated with certain keywords.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited