The ModrinthAPIConnect module allows for interaction to and from the Modrinth v2 API.
Table of Contents
ModrinthAPIConnect is a Python module that provides a simple way to interact with the Modrinth v2 API. With this module, you can search for mods, retrieve information about specific mods, and download mod files directly from the API.
The module is easy to use and comes with a number of helpful functions that make it easy to work with the Modrinth API.
- Send GET requests
- Send POST requests
- Send DELETE requests
- Send PATCH requests
- A Smile😁
- For GET requests:
from ModrinthAPIConnect import GET
- For POST requests:
from ModrinthAPIConnect import POST
- For DELETE requests:
from ModrinthAPIConnect import DELETE
- For PATCH requests:
from ModrinthAPIConnect import PATCH
Contributions are welcome and appreciated! If you'd like to contribute to this project, please follow these guidelines:
- Fork this repository
- Make your changes
- Create a pull request
Please ensure your pull request adheres to the CODE OF CONDUCT.
For more information on how to contribute to this repository, please see CONTRIBUTING
This project is released under a specific license. Please refer to the LICENSE file included in the project for the terms and conditions of the license.