2016-11-07 12:42:27 +00:00
# Gitea SDK for Go
2014-11-13 18:05:11 +00:00
2023-09-06 03:23:01 +01: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)
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg ](https://img.shields.io/discord/322538954119184384.svg )](https://discord.gg/Gitea)
[![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)
2020-04-28 04:37:57 +01:00
2023-09-06 03:23:01 +01: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 current [documentation ](https://pkg.go.dev/code.gitea.io/sdk/gitea ).
2014-11-14 22:07:41 +00:00
2021-03-21 20:20:32 +00:00
Note: function arguments are escaped by the SDK.
2020-01-29 02:03:08 +00:00
## Use it
```go
import "code.gitea.io/sdk/gitea"
```
2020-09-15 17:55:31 +01:00
## Version Requirements
* go >= 1.13
2020-09-15 21:46:08 +01:00
* gitea >= 1.11
2020-09-15 17:55:31 +01: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
2020-04-28 04:37:57 +01:00
This project is under the MIT License. See the [LICENSE ](LICENSE ) file for the full license text.