An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.
10ebef4a16
* Adds structures for repo file and blob APIs * Updates Git Blob * Moves IdentityOptions to Identity in repo_commit for reusability * Formatting * Fixed quote * Fix to json variable * Fixes to comments * Adds copyright to header * Removes unused code * Makes author and committer pointers * Removes Identity from being a pointer * proper struct |
||
---|---|---|
.github | ||
gitea | ||
.drone.yml | ||
.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.