API : missing GET teams endpoint #751

Closed
opened 2025-11-02 03:35:07 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @camlafit on GitHub (May 26, 2017).

Hi

Following #370 and #1809 , maybe miss at least to GET option

  • Looks to miss GET /api/v1/teams/:teamid/members/$USERNAME , should be return data about this username
  • Looks to miss GET /api/v1/teams/ , should be return teams list related to the user query

And about admin usage (get all teams, ...) , should be set in /api/v1/admin/ part

Originally created by @camlafit on GitHub (May 26, 2017). Hi Following #370 and #1809 , maybe miss at least to GET option * Looks to miss GET /api/v1/teams/:teamid/members/$USERNAME , should be return data about this username * Looks to miss GET /api/v1/teams/ , should be return teams list related to the user query And about admin usage (get all teams, ...) , should be set in /api/v1/admin/ part
GiteaMirror added the type/featuremodifies/api labels 2025-11-02 03:35:07 -06:00
Author
Owner

@bkcsoft commented on GitHub (Jun 11, 2017):

https://developer.github.com/v3/orgs/teams/

@bkcsoft commented on GitHub (Jun 11, 2017): https://developer.github.com/v3/orgs/teams/
Author
Owner

@HarshitOnGitHub commented on GitHub (Nov 20, 2018):

Hi everyone, I am new to this community and would like to start contributing by working on this issue. Is this issue open for a pull request?

@HarshitOnGitHub commented on GitHub (Nov 20, 2018): Hi everyone, I am new to this community and would like to start contributing by working on this issue. Is this issue open for a pull request?
Author
Owner

@sapk commented on GitHub (Nov 20, 2018):

@HarshitOnGitHub It seems that no one works on it. You can have a look at #370 for example of code on the same context. Since we added swagger comment to generate the api documentation.You can look at more recent PR like this one https://github.com/go-gitea/gitea/pull/5268/files#diff-6c364962a284e5ebc4cc0ec76b1830daR68.
Don't hesitate to open the PR if you encounter problem with your code or need any help. 😉

@sapk commented on GitHub (Nov 20, 2018): @HarshitOnGitHub It seems that no one works on it. You can have a look at #370 for example of code on the same context. Since we added swagger comment to generate the api documentation.You can look at more recent PR like this one https://github.com/go-gitea/gitea/pull/5268/files#diff-6c364962a284e5ebc4cc0ec76b1830daR68. Don't hesitate to open the PR if you encounter problem with your code or need any help. :wink:
Author
Owner

@shashvat-kedia commented on GitHub (Dec 27, 2018):

@techknowlogick Can I work on this?

@shashvat-kedia commented on GitHub (Dec 27, 2018): @techknowlogick Can I work on this?
Author
Owner

@lafriks commented on GitHub (Dec 27, 2018):

@HarshitOnGitHub already started to work on this, will you finish your PR?

@lafriks commented on GitHub (Dec 27, 2018): @HarshitOnGitHub already started to work on this, will you finish your PR?
Author
Owner

@shashvat-kedia commented on GitHub (Dec 27, 2018):

@lafriks Great. I will start from there then.

@shashvat-kedia commented on GitHub (Dec 27, 2018): @lafriks Great. I will start from there then.
Author
Owner

@HarshitOnGitHub commented on GitHub (Dec 27, 2018):

@lafriks Sorry for delay in updating my open PRs, I was busy with my university exams. I will update them tomorrow. :)

@HarshitOnGitHub commented on GitHub (Dec 27, 2018): @lafriks Sorry for delay in updating my open PRs, I was busy with my university exams. I will update them tomorrow. :)
Author
Owner

@camlafit commented on GitHub (Jan 17, 2019):

thanks a lot :)

@camlafit commented on GitHub (Jan 17, 2019): thanks a lot :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#751