Airboat Extension - Integrations
Examples and Usages
import '@abext/integrations';
Models
connection
exception
identity
integration
syncableModel
Routes
GET /connections
GET /integrations
POST /integrations
GET /providers/:provider/authorize
GET /providers/:provider/callback
ANY /providers/:provider/sync
Configuration
{
"extensions":{
"integrations": {
"credentialsEncryptionSecret": "...",
"oauth": {
"jwtSecret": "...",
"jwtOptions": {},
}
}
}
}
TODO
Concepts
Providers
Connections
Requests
Responses
Integrations