Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Getting Started

If you're interested in developing an adapter we suggest to start with reading the AdapterGuide.

  • It helps to understand the basic concepts of an adapter and lists functionalities that your connector should come along with
  • It also lists documentation requirements for your repository

To get more detailed information regarding the adapters and triggers that you've learned about in the adapter guide, please have a look at AdapterBehaviorStandardization

  • It describe the various actions and triggers in detail
  • It also describes the required input- and output data, some gotcha's to look out for and a pseudo code for each trigger/actions

For actual implementations of Adapters, please checkout our examples:

Once you have finished creating an Adapter there is a file called AdapterFunctionalityChecklist which helps you to document all functionalities of your Adapter and therefore make it more comprehensible for third parties.