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
Hi,
in my project I'm using the show functions (in Users, Projects and Commits).
When I show a single project, I need the options object to attach the attribute "statistics".
As you can see from GitLab Documentation this attribute is false as default, so I need to pass it with true value.
I see from the code, that in the show function the option object is absent, and there is only "projectId" parameter:
The text was updated successfully, but these errors were encountered:
giuseppeangri
changed the title
Show functions not support the options
Show functions (in Users, Projects and Commits) not support the options
Jun 5, 2018
giuseppeangri
added a commit
to giuseppeangri/node-gitlab
that referenced
this issue
Jun 5, 2018
Hi,
in my project I'm using the show functions (in Users, Projects and Commits).
When I show a single project, I need the options object to attach the attribute "statistics".
As you can see from GitLab Documentation this attribute is false as default, so I need to pass it with true value.
I see from the code, that in the show function the option object is absent, and there is only "projectId" parameter:
Thanks,
Greetings
The text was updated successfully, but these errors were encountered: