Commit Graph

13 Commits (92fb30c5260cc067da28ae3cd031b76f7b7976db)

Author SHA1 Message Date
Unknwon dccb0c15b9 Replace convert.To with APIFormat calls
Unknwon 3f7f4852ef fully support of webhooks for pull request
lstahlman 89f71b44f7 Add committer information to API and Webhooks. Also fixes ()
lstahlman 2eeb0ec9b0 Additional API support for labels ()
* Add API support for labels.

* Error handling for adding/replacing multiple issue labels

* Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions

* Additional code cleanup
Unknwon 1f2e173a74 Refactor User.Id to User.ID
lstahlman 846bf2ca9f Add timestamps to repository api response ()
Additional properties: created_at, updated_at
lstahlman 12cb84b97f Extend the API to include more repository properties ()
Adds description, stars_count, forks_count, watchers_count and
open_issues_count.
Unknwon 4b25bdfbc4 support correct page size and link header
Unknwon e6f927f61a api: admin list and create team under organization
Unknwon 9bd9ad4205 add CRUD issue APIs
- Fix go-gogs-client#10
- Related to 
Antoine GIRARD b7b30cd85e Corrections following recommendations
Antoine GIRARD c11c3b6c11 Near ready
Unknwon 9cd16c5b12 add organization APIs