Crates.io | fujc-api |
lib.rs | fujc-api |
version | 1.1.1 |
source | src |
created_at | 2023-07-21 23:16:23.660733 |
updated_at | 2023-07-29 19:40:02.548606 |
description | A Wrapper of the Curseforge api for FlowUpdater JSON Creator |
homepage | https://github.com/zuygui/flowupdater-json-creator |
repository | https://github.com/zuygui/flowupdater-json-creator |
max_upload_size | |
id | 922776 |
size | 17,758 |
Flow Updater JSON Creator - Backend
Welcome to the api page of Flow Updater JSON Creator! This crate is built using Rust and wrap the CurseForge api for the Flow Updater JSON Creator tool.
Flow Updater JSON Creator is a powerful tool that simplifies the process of creating and updating JSON files for your projects using FlowUpdater. With this api, all the Curseforge api are wrapped for the cli tool.
Follow the steps below to get started with Flow Updater JSON Creator:
Cargo.toml
file:[dependencies]
flow_updater_json_creator = "1.0.0"
The Crate is composed of 2 modules:
curseapi
: This module wrap the CurseForge api for the Flow Updater JSON Creator tool.minecraft
: This module wrap some structs for the curseforge api.Just import the module you want to use and you are good to go!
Example:
use fujc::{/* sub module */};
We welcome contributions to make Flow Updater JSON Creator even better! If you find any issues or want to add new features, feel free to open an issue or submit a pull request.
Flow Updater JSON Creator is released under the MIT License. You are free to use, modify, and distribute this software following the terms specified in the license.
Happy JSON handling!