Package net.worcade.client
Interface WorcadeBuilder
-
public interface WorcadeBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorcadeBuilderbaseUrl(String url)The URL of the Worcade server.Result<? extends Worcade>build()WorcadeBuilderdisableETagCache()If your application is a simple script to read or update a few entities, and then exit, it might be beneficial to disable this cache.
-
-
-
Method Detail
-
baseUrl
WorcadeBuilder baseUrl(String url)
The URL of the Worcade server. Defaults to https://worcade.net
-
disableETagCache
WorcadeBuilder disableETagCache()
If your application is a simple script to read or update a few entities, and then exit, it might be beneficial to disable this cache. If your app is more than a simple script, please don't disable the cache.
-
-