Expand description
cfwidget
is a crate for fetching data from cfwidget.com
This crate contains two main functions for reading data:
fetch_project_by_info
fetch_project_by_id
Read their documentation for more info
Modules§
- types
- This module contains all datatypes used by the cfwidget API
Functions§
- fetch_
project_ by_ id - Fetch a CurseForge project’s info by its project ID
- fetch_
project_ by_ info - Fetch a CurseForge project’s info by some data describing the project.