forgejo-sdk/README.md
Martijn van der Kleijn bbaa2f11ad Bump go version in readme
Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
2024-06-15 22:47:34 +02:00

1.1 KiB

Forgejo SDK for Go

License: MIT Go Report Card GoDoc status-badge

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.

Note: function arguments are escaped by the SDK.

Use it

import "codeberg.org/mvdkleijn/forgejo-sdk/forgejo"

Version Requirements

  • go >= 1.22
  • forgejo >= 1.11

Contributing

Fork -> Patch -> Push -> Pull Request

License

This project is under the MIT License. See the LICENSE file for the full license text.