The SELMA API only supports fetching milestones by ID — there is no collection (list-all) endpoint for milestones.
Examples
if (FALSE) { # \dontrun{
selma_connect()
milestone <- selma_milestones("42")
} # }
The SELMA API only supports fetching milestones by ID — there is no collection (list-all) endpoint for milestones.
if (FALSE) { # \dontrun{
selma_connect()
milestone <- selma_milestones("42")
} # }