Skip to content

Unofficial CurseForge API Wrapper

Notifications You must be signed in to change notification settings

Artiesy/CFApiWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

CFApiWrapper

Unofficial CurseForge API Wrapper, that helps you fetch information from CurseForge

!!! Still in beta (WIP)

Features

  • API/Non-API (proxy) usage
  • All schemas from https://docs.curseforge.com/ with route to fetch data
  • Fast and lightweight, using native Java 8 functions and Gson
  • Free to use

Usage

  1. Include .jar file to your project
  2. Configure Request Manager to use your API token (if exists) and set (if necessary) alternative base url (default: https://api.curseforge.com) using methods RequestManager.useApiKey(apiKey) and RequestManager.setBaseUrl()
  3. Use CFRequests class with defined methods to fetch data from CurseForge API (the naming of methods are same that they named in documentation, example: getFeaturedMods)

About

Unofficial CurseForge API Wrapper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages