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 Summary
Modifier and TypeMethodDescriptionstatic String
dashUUIDString
(String uuid) default UUID
default boolean
isSSL()
default String
sendRequest
(String linkAddition) default org.json.simple.JSONObject
sendRequestJSON
(String linkAddition) url()
-
Method Details
-
url
- Returns:
- The URL for this UUID API Service.
-
isSSL
- Returns:
- True if the site uses SSL technology, otherwise false.
-
getUUID
-
dashUUIDString
-
sendRequestJSON
-
sendRequest
-