public interface APIProvider
This interface exposes documentation for a RESTful endpoint.
Modifier and Type | Interface and Description |
---|---|
static class |
APIProvider.DocType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocument(APIProvider.DocType docType)
This method exposes the documentation for a certain RESTful endpoint.
|
java.lang.String getDocument(APIProvider.DocType docType)
docType
- an item from APIProvider.DocType