Class Stats
java.lang.Object
de.chojo.universalis.rest.routes.requests.extra.stats.Stats
Class providing access to stats requests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the least-recently updated items on the specified world or data center, along with the upload times for each item.Get the most-recently updated items on the specified world or data center, along with the upload times for each item.Returns the total upload counts for each client application that uploads data to Universalis.Returns the number of uploads per day over the past 30 days.Returns the world upload counts and proportions of the total uploads for each world.
-
Constructor Details
-
Stats
Create a new stat route- Parameters:
rest
- rest client
-
-
Method Details
-
leastRecentlyUpdated
Get the least-recently updated items on the specified world or data center, along with the upload times for each item.- Returns:
- request builder
-
mostRecentlyUpdated
Get the most-recently updated items on the specified world or data center, along with the upload times for each item.- Returns:
- request builder
-
uploaderUploadCounts
Returns the total upload counts for each client application that uploads data to Universalis.- Returns:
- request builder
-
worldUploadCounts
Returns the world upload counts and proportions of the total uploads for each world.- Returns:
- request builder
-
uploadHistory
Returns the number of uploads per day over the past 30 days.- Returns:
- request builder
-