See: Description
| Interface | Description |
|---|---|
| ServerPackRepository |
Our JPA repository for storing and retrieving
ServerPackModels to and from our SQLite
database. |
| Class | Description |
|---|---|
| ServerPackController |
RestController for everything server pack related, like downloads.
All requests are in /api/v1/packs. |
| ServerPackModel |
Class containing all fields and therefore all information gathered from a submitted CurseForge
project and fileID, or modpack export.
|
| ServerPackService |
Class revolving around with server packs, like downloading, retrieving, deleting, voting etc.
|