Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 472 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 472 Bytes

PyCurseForge

CurseForge API wrapper using aiohttp
Minimum Python version: 3.6 (f-strings)

Endpoint documentation

Table of Contents

Addons

What is an addon?

An addon object seems to represent a project. A modpack is an addon. A mod is also an addon. To make this easier to understand, some attributes that are named project by the endpoint is renamed as addon in this library.