An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
Find a file
lstahlman 5ec1a10830 Extend the API to include more repository properties (#33)
Adds description, stars_count, forks_count, watchers_count and
open_issues_count.
2016-07-11 04:57:18 +08:00
.gitignore admin users 2015-12-05 17:12:43 -05:00
admin_org.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
admin_repo.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
admin_user.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
gogs.go issue: add field to indicate state when create 2016-05-11 12:18:31 -04:00
issue.go issue: add field to indicate state when create 2016-05-11 12:18:31 -04:00
issue_label.go Add CRUD issues 2016-03-13 23:18:27 -04:00
issue_milestone.go Add CRUD issues 2016-03-13 23:18:27 -04:00
LICENSE Initial commit 2014-11-13 13:05:11 -05:00
miscellaneous.go minor tag fix 2015-12-04 17:10:37 -05:00
org.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
org_team.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
README.md wki 2015-08-19 04:49:50 +08:00
repo.go Extend the API to include more repository properties (#33) 2016-07-11 04:57:18 +08:00
repo_branch.go Minor fix for #15 2016-02-02 16:54:14 -05:00
repo_file.go getFile 2014-11-16 21:32:12 -05:00
repo_hook.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
repo_key.go Add CreateTeamOption 2016-03-21 12:45:51 -04:00
user.go rename field 2015-08-19 05:28:20 +08:00
user_app.go minor tag fix 2015-12-04 17:10:37 -05:00
user_email.go add user_email 2015-12-15 22:56:44 -05:00
user_follow.go user - follow 2015-12-21 04:12:20 -08:00
user_key.go Update user_key.go (#29) 2016-07-02 16:57:07 +08:00
utils.go Add CRUD issues 2016-03-13 23:18:27 -04:00

Gogs API client in Go

This package is still in experiment, see Wiki for documentation.

License

This project is under the MIT License. See the LICENSE file for the full license text.