An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
Find a file
2016-08-03 11:50:33 -07:00
.gitignore admin users 2015-12-05 17:12:43 -05:00
admin_org.go Simplify code 2016-07-17 08:46:54 +08:00
admin_repo.go Simplify code 2016-07-17 08:46:54 +08:00
admin_user.go Added Full Name to CreateUserOption (#36) 2016-07-27 02:42:24 +08:00
gogs.go #35 improve code structure 2016-08-03 11:50:33 -07:00
issue.go BREAK CHANGES: rename argument type for issue APIs 2016-08-02 11:59:54 -07:00
issue_label.go #35 improve code structure 2016-08-03 11:50:33 -07: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 Simplify code 2016-07-17 08:46:54 +08: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 Simplify code 2016-07-17 08:46:54 +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 Simplify code 2016-07-17 08:46:54 +08:00
repo_key.go Simplify code 2016-07-17 08:46:54 +08: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 Simplify code 2016-07-17 08:46:54 +08:00
user_follow.go user - follow 2015-12-21 04:12:20 -08:00
user_key.go Simplify code 2016-07-17 08:46:54 +08:00
utils.go Simplify code 2016-07-17 08:46:54 +08: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.