spec
function allows an integration to broadcast information about itself and how it can be configured.
spec
- a Specification.check
function validates that, given a configuration, that the Integration is able to connect and access all resources that it needs in order to operate.
config
- A configuration JSON objectcheckResponseStatus
- an CheckResponse.authHeaders
function return all the headers needed to talk to the SAAS tool.
config
- A configuration JSON objectheaders
- a AuthHeaderResponse.models
function return all the models that the integration supports.
Model[]
- a Model.specification
is a JSON that describes what information needs to the integration for it operate.
The specification also contains information about what features the Integration supports.
supportedSortBy
- describes using what you can sort the models.supportedFilters
- describes which filters an integration is able to support.