Package de.chojo.universalis.rest
Interface UniversalisRest
- All Known Implementing Classes:
UniversalisRestImpl
public interface UniversalisRest
Class to access the universalis api.
-
Method Summary
Modifier and TypeMethodDescriptionstatic UniversalisRestBuilder
builder()
Get a builder to configure the api.Returns all data centers supported by the API.static UniversalisRest
Get a api with default settings.extra()
Allows requests on route of the extra routehistory()
Retrieves the history data for the requested item and world or data center.Returns the set of marketable item IDs.Retrieves the data currently shown on the market board for the requested item and world or data center.taxRates()
Retrieves the current tax rate data for the specified world.worlds()
Returns the IDs and names of all worlds supported by the API.
-
Method Details
-
defaultApi
Get a api with default settings.- Returns:
- api instance
-
builder
Get a builder to configure the api.- Returns:
- builder
-
marketBoard
Retrieves the data currently shown on the market board for the requested item and world or data center.- Returns:
- request builder
-
worlds
Returns the IDs and names of all worlds supported by the API.- Returns:
- request builder
-
dataCenters
Returns all data centers supported by the API.- Returns:
- request builder
-
history
Retrieves the history data for the requested item and world or data center.- Returns:
- request builder
-
taxRates
Retrieves the current tax rate data for the specified world. This data is provided by the Retainer Vocate in each major city.- Returns:
- request builder
-
marketable
Returns the set of marketable item IDs.- Returns:
- request builder
-
extra
Allows requests on route of the extra route- Returns:
- extra route
-