BotiCordRest class
Constructors
- BotiCordRest({required Uri baseUrl, String? token})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
String method, String path, {Map< String, dynamic> body = const {}, Map<String, String> query = const {}}) → Future - Makes a request to the BotiCord API.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited