2016-11-07 12:42:27 +00:00
# Gitea SDK for Go
2014-11-13 18:05:11 +00:00
2020-01-03 01:01:10 +00:00
[![License: MIT ](https://img.shields.io/badge/License-MIT-blue.svg )](https://opensource.org/licenses/MIT)
[![Release ](https://raster.shields.io/badge/dynamic/json.svg?label=release&url=https://gitea.com/api/v1/repos/gitea/go-sdk/releases&query=$[0].tag_name )](https://gitea.com/gitea/go-sdk/releases)
2019-11-06 15:16:26 +00:00
[![Build Status ](https://drone.gitea.com/api/badges/gitea/go-sdk/status.svg )](https://drone.gitea.com/gitea/go-sdk)
2020-01-03 01:01:10 +00:00
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg ](https://img.shields.io/discord/322538954119184384.svg )](https://discord.gg/Gitea)
2016-11-10 19:05:11 +00:00
[![ ](https://images.microbadger.com/badges/image/gitea/gitea.svg )](http://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
[![Go Report Card ](https://goreportcard.com/badge/code.gitea.io/sdk )](https://goreportcard.com/report/code.gitea.io/sdk)
[![GoDoc ](https://godoc.org/code.gitea.io/sdk/gitea?status.svg )](https://godoc.org/code.gitea.io/sdk/gitea)
2016-11-07 12:42:27 +00:00
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
2016-11-10 19:05:11 +00:00
current [documentation ](https://godoc.org/code.gitea.io/sdk/gitea ).
2014-11-14 22:07:41 +00:00
2016-11-28 13:34:05 +00:00
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Maintainers ](https://github.com/orgs/go-gitea/people )
* [Contributors ](https://github.com/go-gitea/go-sdk/graphs/contributors )
2014-11-14 22:07:41 +00:00
## License
2016-11-07 12:42:27 +00:00
This project is under the MIT License. See the [LICENSE ](LICENSE ) file for the
full license text.