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:Documentation Index
Fetch the complete documentation index at: https://developers.fibery.com/llms.txt
Use this file to discover all available pages before exploring further.
- 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
