Package net.tnemc.plugincore.core.id
Interface UUIDAPI
public interface UUIDAPI
Represents an API that could be used to look up a UUID from name, and sometimes additional
 functionality.
- Since:
- 0.1.2.0
- Author:
- creatorfromhell
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringdashUUIDString(String uuid) default UUIDdefault booleanisSSL()default StringsendRequest(String linkAddition) default org.json.simple.JSONObjectsendRequestJSON(String linkAddition) url()
- 
Method Details- 
dashUUIDString
- 
url- Returns:
- The URL for this UUID API Service.
 
- 
isSSL- Returns:
- True if the site uses SSL technology, otherwise false.
 
- 
getUUID
- 
sendRequestJSON
- 
sendRequest
 
-