gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Missing interface for querying other user starred projects

Open g21330 opened this issue 3 years ago • 2 comments

Missing interface for querying other user starred projects

g21330 avatar Mar 03 '22 07:03 g21330

Hello,

can you specify which API are you refering to? See https://docs.gitlab.com/ee/api/api_resources.html for all available API in latest version of GitLab.

jabby avatar Mar 08 '22 16:03 jabby

Thanks for your answer. These are the main missing API I have found so far. I'm sorry if I didn't find it.

https://docs.gitlab.com/ee/api/users.html#follow-and-unfollow-users POST /users/:id/follow POST /users/:id/unfollow

https://docs.gitlab.com/ee/api/users.html#followers-and-following GET /users/:id/followers GET /users/:id/following

https://docs.gitlab.com/ee/api/projects.html#list-starrers-of-a-project GET /projects/:id/starrers

https://docs.gitlab.com/ee/api/projects.html#list-projects-starred-by-a-user GET /users/:user_id/starred_projects 发件人: Gautier de Saint Martin Lacaze @.*** 发送时间: 2022年3月9日 0:44 收件人: gitlab4j/gitlab4j-api @.> 抄送: gaoyan (服务定制开发部, TS) @.>; Author @.***> 主题: Re: [gitlab4j/gitlab4j-api] Missing interface for querying other user starred projects (Issue #808)

Hello,

can you specify which API are you refering to? See https://docs.gitlab.com/ee/api/api_resources.html for all available API in latest version of GitLab.

— Reply to this email directly, view it on GitHubhttps://github.com/gitlab4j/gitlab4j-api/issues/808#issuecomment-1061980158, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AQ7RJFDHTIK3UJTXWGZDHATU657VPANCNFSM5PZVQAHQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>


本邮件及其附件含有新华三集团的保密信息,仅限于发送给上面地址中列出 的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、 或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本 邮件! This e-mail and its attachments contain confidential information from New H3C, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!

g21330 avatar Mar 11 '22 02:03 g21330