forgejo-sdk/README.md
Martijn van der Kleijn e2b63c6b49 Add release badge to readme
Signed-off-by: Martijn van der Kleijn <martijn.niji@gmail.com>
2024-06-16 01:49:55 +02:00

1.3 KiB

Forgejo SDK for Go

License: MIT Release 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.