BadgesApi class
Properties
Methods
-
getAllBadgesBadgesGet(
{int? page, int? size}) → Future< StaticDataPageBadgeSchema?> - Get All Badges
-
getAllBadgesBadgesGetWithHttpInfo(
{int? page, int? size}) → Future< Response> - Get All Badges
-
getBadgeBadgesCodeGet(
String code) → Future< BadgeResponseSchema?> - Get Badge
-
getBadgeBadgesCodeGetWithHttpInfo(
String code) → Future< Response> - Get Badge
-
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