TagsApi class
Constructors
- TagsApi.new([ApiClient? apiClient])
Properties
Methods
-
autoCompleteTags(
{String? tagPrefix}) → Future< List< String> ?> - List all tags
-
autoCompleteTagsWithHttpInfo(
{String? tagPrefix}) → Future< Response> - List all tags
-
autoCompleteValues(
String tag, {String? tagPrefix, String? expr}) → Future< List< String> ?> - Find all the values of the searched tag
-
autoCompleteValuesWithHttpInfo(
String tag, {String? tagPrefix, String? expr}) → Future< Response> - Find all the values of the searched tag
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited