Skip to content

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

Example:

import serverjars

all = serverjars.fetchAll(category='snapshot')
print(all)

Arguments:

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)
Clone this wiki locally