See the Issue Milestones API documentation for more information.
Constructors
-
Milestones
Client(IApi Instantiates a new GitHub Issue Milestones API client.Connection)
Methods
-
Create(Int64,
New Creates a milestone for the specified repository. Any user with pull access to a repository can create an Milestone.Milestone) -
Create(String,
String, Creates a milestone for the specified repository. Any user with pull access to a repository can create an Milestone.New Milestone) -
Delete(Int64,
Int32) Deletes a milestone for the specified repository. Any user with pull access to a repository can create an Milestone. -
Delete(String,
String, Deletes a milestone for the specified repository. Any user with pull access to a repository can create an Milestone.Int32) -
Get(Int64,
Int32) Gets a single Milestone by number. -
Get(String,
String, Gets a single Milestone by number.Int32) -
Get
All Gets all open milestones for the repository.For Repository(Int64) -
Get
All Gets all open milestones for the repository.For Repository(Int64, Api Options) -
Get
All Gets all open milestones for the repository.For Repository(Int64, Milestone Request) -
Get
All Gets all open milestones for the repository.For Repository(Int64, Milestone Request, Api Options) -
Get
All Gets all open milestones for the repository.For Repository(String, String) -
Get
All Gets all open milestones for the repository.For Repository(String, String, Api Options) -
Get
All Gets all open milestones for the repository.For Repository(String, String, Milestone Request) -
Get
All Gets all open milestones for the repository.For Repository(String, String, Milestone Request, Api Options) -
Update(Int64,
Int32, Creates a milestone for the specified repository. Any user with pull access to a repository can create an Milestone.Milestone Update) -
Update(String,
String, Creates a milestone for the specified repository. Any user with pull access to a repository can create an Milestone.Int32, Milestone Update)