Gitea: API : missing GET teams endpoint

Created on 26 May 2017  路  8Comments  路  Source: go-gitea/gitea

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

kinapi kinfeature

Most helpful comment

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

All 8 comments

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 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:

@techknowlogick Can I work on this?

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

@lafriks Great. I will start from there then.

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

thanks a lot :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Fastidious picture Fastidious  路  3Comments

internalfx picture internalfx  路  3Comments

BNolet picture BNolet  路  3Comments

lunny picture lunny  路  3Comments

haytona picture haytona  路  3Comments