Skip to content

normal-computing/forgejo-sdk-go

Repository files navigation

Forgejo SDK for Go

License: MIT release-badge status-badge

stars-badge issues-badge prs-badge Go Report Card GoDoc

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/v3"

Version Requirements

  • go >= 1.25
  • forgejo >= 11.0.10

Please note: that the SDK might or might not work with lower versions of Forgejo depending on what part of the SDK you use, but it was tested against this one.

Contributing

Fork -> Patch -> Push -> Pull Request

License

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

About

Forked from: https://codeberg.org/mvdkleijn/forgejo-sdk. An SDK written in Go that wraps around the Forgejo API, providing additional convenience functions.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors