-
-
Notifications
You must be signed in to change notification settings - Fork 0
fetchAll
Legopitstop edited this page Apr 20, 2023
·
3 revisions
Fetch details on the all the jars for a type
Returns a list of Jars
import serverjars
all = serverjars.fetchAll(category='snapshot')
print(all)
Parameter | Type | Description |
---|---|---|
category | string | The category of jars (spigot, bukkit, paper, etc..) |
max | integer | The maximum amount of results to respond with. (Default: 5) |
General Information
Methods
Classes
Exceptions