An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
c317bcf8d1
There is some API that give empty response and we only need to check HTTP status code. example : https://developer.github.com/v3/issues/assignees/#check-assignee But there is no way to do this in current code because getResponse will parse the response body and not returning HTTP status code. Client.doRequest makes it possible to do this. |
||
---|---|---|
.gitignore | ||
admin_org.go | ||
admin_repo.go | ||
admin_user.go | ||
gogs.go | ||
issue.go | ||
issue_comment.go | ||
issue_label.go | ||
issue_milestone.go | ||
LICENSE | ||
miscellaneous.go | ||
org.go | ||
org_member.go | ||
org_team.go | ||
pull.go | ||
README.md | ||
repo.go | ||
repo_branch.go | ||
repo_collaborator.go | ||
repo_file.go | ||
repo_hook.go | ||
repo_key.go | ||
user.go | ||
user_app.go | ||
user_email.go | ||
user_follow.go | ||
user_key.go | ||
utils.go |