MatchesApi class
Constructors
- MatchesApi([ApiClient? apiClient])
Properties
Methods
-
apiV1MatchesGet(
{int? pageSize, int? pageNumber, MatchesOrderByEnum? orderBy}) → Future< MatchPaginated?> - Get a page of matches from the collection of all ordered matches.
-
apiV1MatchesGetWithHttpInfo(
{int? pageSize, int? pageNumber, MatchesOrderByEnum? orderBy}) → Future< Response> - Get a page of matches from the collection of all ordered matches.
-
apiV1MatchesMatchIdGet(
int matchId) → Future< Match?> - Get the match with id.
-
apiV1MatchesMatchIdGetWithHttpInfo(
int matchId) → Future< Response> - Get the match with id.
-
apiV1MatchesPost(
{CreateMatchRequestBody? createMatchRequestBody}) → Future< Match?> - Create a new match from a configuration.
-
apiV1MatchesPostWithHttpInfo(
{CreateMatchRequestBody? createMatchRequestBody}) → Future< Response> - Create a new match from a configuration.
-
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