2024-02-23 00:26:49 +00:00
# Forgejo 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)
2024-06-16 00:49:55 +01:00
[![Release ](https://raster.shields.io/badge/dynamic/json.svg?label=release&url=https://codeberg.org/api/v1/repos/mvdkleijn/forgejo-sdk/releases&query=$[0].tag_name )](https://codeberg.org/mvdkleijn/forgejo-sdk/releases)
2024-02-23 00:30:01 +00:00
[![Go Report Card ](https://goreportcard.com/badge/codeberg.org/mvdkleijn/forgejo-sdk/forgejo )](https://goreportcard.com/report/codeberg.org/mvdkleijn/forgejo-sdk/forgejo)
2024-02-23 00:26:49 +00:00
[![GoDoc ](https://godoc.org/codeberg.org/mvdkleijn/forgejo-sdk/forgejo?status.svg )](https://godoc.org/codeberg.org/mvdkleijn/forgejo-sdk/forgejo)
2024-06-11 17:12:28 +01:00
[![status-badge ](https://ci.codeberg.org/api/badges/13417/status.svg )](https://ci.codeberg.org/repos/13417)
2020-04-28 04:37:57 +01:00
2024-02-23 00:26:49 +00:00
This project acts as a client SDK implementation written in Go to interact with the Forgejo API implementation. For further informations take a look at the current [documentation ](https://pkg.go.dev/codeberg.org/mvdkleijn/forgejo-sdk/forgejo ).
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
2024-02-23 00:26:49 +00:00
import "codeberg.org/mvdkleijn/forgejo-sdk/forgejo"
2020-01-29 02:03:08 +00:00
```
2020-09-15 17:55:31 +01:00
## Version Requirements
2024-06-15 21:47:34 +01:00
* go >= 1.22
2024-02-23 00:26:49 +00:00
* forgejo >= 1.11
2020-09-15 17:55:31 +01:00
2016-11-28 13:34:05 +00:00
## Contributing
Fork -> Patch -> Push -> Pull Request
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.