public class SchemaClient
extends Object
| Modifier and Type | Method and Description |
|---|---|
GetApiListResponseBody |
getApiList()
Gets the list of App/Record/Space APIs available to use on kintone.
|
GetApiSchemaResponseBody |
getApiSchema(KintoneApi api)
Gets the API schema info of a kintone API.
|
GetApiSchemaResponseBody |
getApiSchema(String link)
Gets the API schema info of a kintone API.
|
public GetApiListResponseBody getApiList()
GetApiListResponseBodypublic GetApiSchemaResponseBody getApiSchema(KintoneApi api)
api - the target apiGetApiSchemaResponseBodypublic GetApiSchemaResponseBody getApiSchema(String link)
link - the path of target apiGetApiSchemaResponseBody