SecretSection class

Constructors

SecretSection(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

create({required String owner, required String repo, required DroneSecret requestBody}) Future<DroneSecret>
POST /api/repos/{owner}/{repo}/secrets
delete({required String owner, required String repo, required String secret}) Future<void>
DELETE /api/repos/{owner}/{repo}/secrets/{secret}
info({required String owner, required String repo, required String secret}) Future<DroneSecret>
GET /api/repos/{owner}/{repo}/secrets/{secret}
list({required String owner, required String repo}) Future<List<DroneSecret>>
GET /api/repos/{owner}/{repo}/secrets
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update({required String owner, required String repo, required String secret, required DroneSecret requestBody}) Future<DroneSecret>
PATCH /api/repos/{owner}/{repo}/secrets/{secret}

Operators

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