Repo Un-Star Functions #482

Closed
opened 2021-02-03 20:37:23 +00:00 by 6543 · 0 comments
Owner
  • GET /repos/{owner}/{repo}/stargazers List a repo's stargazers
  • GET /user/starred The repos that the authenticated user has starred
  • GET /user/starred/{owner}/{repo} Whether the authenticated is starring the repo
  • PUT /user/starred/{owner}/{repo} Star the given repo
  • DELETE /user/starred/{owner}/{repo} Unstar the given repo

this api exist for a while but never got into the sdk!

* `GET /repos/{owner}/{repo}/stargazers` List a repo's stargazers * `GET /user/starred` The repos that the authenticated user has starred * `GET /user/starred/{owner}/{repo}` Whether the authenticated is starring the repo * `PUT /user/starred/{owner}/{repo}` Star the given repo * `DELETE /user/starred/{owner}/{repo}` Unstar the given repo this api exist for a while but never got into the sdk!
6543 added this to the v0.14.0 milestone 2021-02-03 20:37:23 +00:00
6543 added the
kind/feature
need/backport
labels 2021-02-03 20:37:23 +00:00
6543 removed the
need/backport
label 2021-02-05 19:01:37 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#482
No description provided.