# README
Gorinth
Gorinth is a library written in golang to interact with the Modrith API
Report Bug
·
Request Feature
About The Project
Here's a blank template to get started: To avoid retyping too much info. Do a search and replace with your text editor for the following: github_username
, repo_name
, twitter_handle
, linkedin_username
, email_client
, email
, project_title
, project_description
Getting Started
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Prerequisites
Installation
To install gorinth in you golang project, run the command: go get github.com/gearsdatapacks/gorinth
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
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).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the LGPL License. See LICENSE.md
for more information.
Contact
Project Link: https://github.com/GearsDatapacks/gorinth
Acknowledgments
- Readme based on Best readme template