An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
87b8065c0d
* Add Issue webhook payload * Add copyright header * Whoops, wrote license header in wrong file... * Move fields of PR/Issue payload to BaseIssuePayload * Fix license header * remove BaseIssuePayload * Add comment to IssuePayload.JSONPayload * Fix comment mentioning IssuePayload * Reorder structs * Mimic GitHub webhooks Since the Gitea webhooks currently mimic for a big part the way GitHub does webhook, issue comments HookIssueActions have been removed to be added again at a later stage and milestone_set and milestone_cleared have been changed to milestoned and demilestoned, respectively. * Change also constant names |
||
---|---|---|
.github | ||
gitea | ||
.drone.yml | ||
.drone.yml.sig | ||
.editorconfig | ||
.gitignore | ||
.lgtm | ||
CONTRIBUTING.md | ||
DCO | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
README.md |
Gitea SDK for Go
This project acts as a client SDK implementation written in Go to interact with the Gitea API implementation. For further informations take a look at the current documentation.
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
This project is under the MIT License. See the LICENSE file for the full license text.