You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /issues
GET /issues?assignee_id=5
GET /issues?author_id=5
GET /issues?confidential=true
GET /issues?iids[]=42&iids[]=43
GET /issues?labels=foo
GET /issues?labels=foo,bar
GET /issues?labels=foo,bar&state=opened
GET /issues?milestone=1.0.0
GET /issues?milestone=1.0.0&state=opened
GET /issues?my_reaction_emoji=star
GET /issues?search=foo&in=title
GET /issues?state=closed
GET /issues?state=opened
{gitlabr} use:
Command GET /issues to use in
gitlab(req='issues'', verb = httr::GET)
Options in the table lik assignee_id to be used as extra parameters like
statnmap
changed the title
Add explanation on how to read GitLab doc
Add explanation on how to read GitLab doc in vignette: "d-go-further-understand-and-build"
Oct 10, 2021
Improve vignette: "d-Go further: understand and build your functions": https://statnmap.github.io/gitlabr/articles/d-go-further-understand-and-build.html
Explain how to build custom requests using Gitlab doc.
For instance, use this documentation and the explanations below: https://docs.gitlab.com/ee/api/issues.html
The API possibilities
{gitlabr} use:
Command
GET /issues
to use inOptions in the table lik
assignee_id
to be used as extra parameters likeShow some extra possible uses
Milestones
Get all groups available to me
Get all subgroups of one group
Project / group members
Releases
The text was updated successfully, but these errors were encountered: