- getting app information:
GET / - validate account:
POST /validate - getting synchronizer configuration:
POST /api/v1/synchronizer/config - getting schema:
POST /api/v1/synchronizer/schema - fetching data
POST /api/v1/synchronizer/data
Integrations
Tutorial: Simple app
Build a minimal custom integration app from scratch.
In the tutorial we will implement the simplest app with token authentication. We will use NodeJS and Express framework, but you can use any other programming language. Find source code repository here:
https://gitlab.com/fibery-community/integration-sample-apps
To create simple app you need to implement following Custom App: REST Endpoints:
And that’s it! Our app is ready for use. See full example here.
