Skip to content

GearsDatapacks/gorinth

Repository files navigation


Logo

Gorinth

Gorinth is a library written in golang to interact with the Modrith API
Report Bug · Request Feature

Prerequisites

Installation

To install gorinth in you golang project, run the command: go get github.com/gearsdatapacks/gorinth

(back to top)

Usage

Project Use the GetProject function to fetch a project from modrinth Project methods:

  • GetVersions - Returns a list of project versions

  • GetLatestVersion - Returns the latest version of the project

  • GetSpecficVersion - Returns the version corresponding to the given semver string

  • CreateVersion - Publishes the given version to the project page on Modrinth

  • Modify - Modifies the project, overwriting the set fields in the given project

(back to top)

Roadmap

  • Add support of all modrinth API routes
  • Add support for the upcoming Datapack Hub API

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the LGPL License. See LICENSE.md for more information.

(back to top)

Contact

Discord Server
Email

Project Link: https://github.com/GearsDatapacks/gorinth

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages