-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Members #61
Comments
Hi Andrew, For propositions like yours, I plan to write a vignette explaining in more details how to use {gitlabr} for different custom calls that are possible using I think this is the case of your proposition. If I am not mistaken, you can directly use:
I would be more interested if you could participate in this vignette writing: #42 Does this seems fair to you? |
Hi Sébastien, I completely understand and I'd be happy to get involved with writing that vignette. And I like the fact that there is a general purpose interface for accessing the API. However, I also think that for ease of use (for the "average user", who might not understand the details of the API), it might be simpler to support these calls with individual functions. I know that this might mean a fairly large number of functions. However, with careful design we should be able to write functions which can cater for calls to a number of different but related endpoints. WDYT? Thanks, Andrew. |
Hi Andew,
See what you can do. Every contribution is welcome, even if not all these steps are complete. Thank you. |
Why? - Missing documentation failed checks - `gl_get_project_id()` was not tested What? - Add reduced documentation for new "members" functions - Add unit test for `gl_get_project_id()` to set the path for similar function with groups. Issue ThinkR-open#61
Why? - Missing documentation failed checks - `gl_get_project_id()` was not tested What? - Add reduced documentation for new "members" functions - Add unit test for `gl_get_project_id()` to set the path for similar function with groups. Issue #61
functions included in the development version now. |
Hi @statnmap,
I was hoping to use
{gitlabr}
to retrieve data about the members on each of my projects. I had a quick scan through the repository and there doesn't seem to currently be a function for this.Looks to me like this would require wrapping the following endpoints:
I'd be happy to implement and create a PR. However, if you are already working on this then I'd prefer to duplicate work.
Best regards, Andrew.
The text was updated successfully, but these errors were encountered: