View source: R/draft/ZZZ-get-milestone.R View source: R/get.R
get_milestones | R Documentation |
A single milestone can be obtained by identification number of number
is passed through ...
s.
In this case, all other query parameters will be ignored.
get_milestones(ref, ...)
ref |
Repository reference (list) created by |
... |
Additional user-defined query parameters. Use |
Content of GET request as list
Other milestones:
parse_milestones()
,
post_milestone()
## Not run:
myrepo <- create_repo_ref("emilyriederer", "myrepo")
milestones_res <- get_milestones(myrepo)
milestones <- parse_milestones(milestones_res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.