2e9e2fa7a3
Reviewed-on: https://codeberg.org/mvdkleijn/forgejo-sdk/pulls/1 Co-authored-by: Martijn van der Kleijn <martijn.niji@gmail.com> Co-committed-by: Martijn van der Kleijn <martijn.niji@gmail.com> Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
27 lines
1,023 B
Markdown
27 lines
1,023 B
Markdown
# Forgejo SDK for Go
|
|
|
|
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
|
[![Go Report Card](https://goreportcard.com/badge/codeberg.org/mvdkleijn/forgejo-sdk)](https://goreportcard.com/report/codeberg.org/mvdkleijn/forgejo-sdk)
|
|
[![GoDoc](https://godoc.org/codeberg.org/mvdkleijn/forgejo-sdk/forgejo?status.svg)](https://godoc.org/codeberg.org/mvdkleijn/forgejo-sdk/forgejo)
|
|
|
|
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).
|
|
|
|
Note: function arguments are escaped by the SDK.
|
|
|
|
## Use it
|
|
|
|
```go
|
|
import "codeberg.org/mvdkleijn/forgejo-sdk/forgejo"
|
|
```
|
|
|
|
## Version Requirements
|
|
* go >= 1.13
|
|
* forgejo >= 1.11
|
|
|
|
## Contributing
|
|
|
|
Fork -> Patch -> Push -> Pull Request
|
|
|
|
## License
|
|
|
|
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.
|