See the Releases API documentation for more information.
Constructors
-
Releases
Client(IApi Initializes a new GitHub Releases API client.Connection)
Methods
-
Create(Int64,
New Creates a new Release for the specified repository.Release) -
Create(String,
String, Creates a new Release for the specified repository.New Release) -
Delete(Int64,
Int32) Deletes an existing Release for the specified repository. -
Delete(String,
String, Deletes an existing Release for the specified repository.Int32) -
Delete
Asset(Int64, Deletes the specified ReleaseAsset from the specified repositoryInt32) -
Delete
Asset(String, Deletes the specified ReleaseAsset from the specified repositoryString, Int32) -
Edit(Int64,
Int32, Edits an existing Release for the specified repository.Release Update) -
Edit(String,
String, Edits an existing Release for the specified repository.Int32, Release Update) -
Edit
Asset(Int64, Edits the ReleaseAsset for the specified release of the specified repository.Int32, Release Asset Update) -
Edit
Asset(String, Edits the ReleaseAsset for the specified release of the specified repository.String, Int32, Release Asset Update) -
Get(Int64,
Int32) Gets a single Release for the specified repository. -
Get(Int64,
String) Gets a single Release for the specified repository. -
Get(String,
String, Gets a single Release for the specified repository.Int32) -
Get(String,
String, Gets a single Release for the specified repository.String) -
Get
All(Int64) Gets all Releases for the specified repository. -
Get
All(Int64, Gets all Releases for the specified repository.Api Options) -
Get
All(String, Gets all Releases for the specified repository.String) -
Get
All(String, Gets all Releases for the specified repository.String, Api Options) -
Get
All Gets all ReleaseAsset for the specified release of the specified repository.Assets(Int64, Int32) -
Get
All Gets all ReleaseAsset for the specified release of the specified repository.Assets(Int64, Int32, Api Options) -
Get
All Gets all ReleaseAsset for the specified release of the specified repository.Assets(String, String, Int32) -
Get
All Gets all ReleaseAsset for the specified release of the specified repository.Assets(String, String, Int32, Api Options) -
Get
Asset(Int64, Gets the specified ReleaseAsset for the specified release of the specified repository.Int32) -
Get
Asset(String, Gets the specified ReleaseAsset for the specified release of the specified repository.String, Int32) -
Get
Latest(Int64) Gets the latest Release for the specified repository. -
Get
Latest(String, Gets the latest Release for the specified repository.String) -
Upload
Asset(Release, Uploads a ReleaseAsset for the specified release.Release Asset Upload)