xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.39k stars 947 forks source link

Snippets struct is missing `project_id` field #1946

Closed gabrie30 closed 4 months ago

gabrie30 commented 4 months ago

Snippets struct here is missing a ProjectID field that should map to the returned json of project_id in the gitlab response from GET /snippets/all

The gitlab snippets documentation includes this field in the example responses here

PR https://github.com/xanzy/go-gitlab/pull/1947