RepoSection class

Constructors

RepoSection(DioService _dioService)
const

Properties

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

Methods

chown({required String owner, required String repo}) Future<DroneRepo>
POST /api/repos/{owner}/{repo}/chown
disable({required String owner, required String repo}) Future<DroneRepo>
DELETE /api/repos/{owner}/{repo}
enable({required String owner, required String name}) Future<DroneRepo>
POST /api/repos/{owner}/{name}
info({required String owner, required String repo}) Future<DroneRepo>
GET /api/repos/{owner}/{repo}
list() Future<List<DroneRepo>>
GET /api/user/repos
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
repair({required String owner, required String repo}) Future<DroneRepo>
POST /api/repos/{owner}/{repo}/repair
toString() String
A string representation of this object.
inherited
update({required String owner, required String repo, required DroneRepo droneRepo}) Future<DroneRepo>
PATCH /api/repos/{owner}/{repo}

Operators

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