forgejo-sdk/README.md

28 lines
1,023 B
Markdown
Raw Normal View History

# Forgejo SDK for Go
2014-11-13 18:05:11 +00:00
[![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).
2014-11-14 22:07:41 +00:00
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
2014-11-14 22:07:41 +00:00
## License
This project is under the MIT License. See the [LICENSE](LICENSE) file for the full license text.