VrchatDartGenerated class

Constructors

VrchatDartGenerated({Dio? dio, String? basePathOverride, List<Interceptor>? interceptors})

Properties

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

Methods

getAuthenticationApi() AuthenticationApi
Get AuthenticationApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getAvatarsApi() AvatarsApi
Get AvatarsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getEconomyApi() EconomyApi
Get EconomyApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFavoritesApi() FavoritesApi
Get FavoritesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFilesApi() FilesApi
Get FilesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getFriendsApi() FriendsApi
Get FriendsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getGroupsApi() GroupsApi
Get GroupsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getInstancesApi() InstancesApi
Get InstancesApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getInviteApi() InviteApi
Get InviteApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getNotificationsApi() NotificationsApi
Get NotificationsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getPermissionsApi() PermissionsApi
Get PermissionsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getPlayermoderationApi() PlayermoderationApi
Get PlayermoderationApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getSystemApi() SystemApi
Get SystemApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getUsersApi() UsersApi
Get UsersApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
getWorldsApi() WorldsApi
Get WorldsApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApiKey(String name, String apiKey) → void
setBasicAuth(String name, String username, String password) → void
setBearerAuth(String name, String token) → void
setOAuthToken(String name, String token) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

basePath → const String