SimpleGitHub class

Constructors

SimpleGitHub({required String username, required String apiToken, required String owner, required String repository})

Properties

apiToken String
final
hashCode int
The hash code for this object.
no setterinherited
owner String
final
repository String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
final

Methods

attachAssetFromFile({required Release release, required String assetName, required String assetPath, required String mimeType, String? assetLabel}) → void
auth() → void
deleteRelease(Release release) → void
deleteTag(String tagName) → void
dispose() → void
You must call this once you have finished to close the connection to git hub.
getReleaseByTagName({required String? tagName}) → Release?
listReferences() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release({required String? tagName}) → Release
Creates a git hub release and returns the created release.
toString() String
A string representation of this object.
inherited

Operators

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