2016-11-07 12:42:27 +00:00
# Gitea SDK for Go
2014-11-13 18:05:11 +00:00
2016-11-10 19:05:11 +00:00
[![Build Status ](http://drone.gitea.io/api/badges/go-gitea/go-sdk/status.svg )](http://drone.gitea.io/go-gitea/go-sdk)
2017-06-11 08:18:50 +01:00
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg ](https://img.shields.io/discord/322538954119184384.svg )](https://discord.gg/NsatcWJ)
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.