Strapi
Strapi is a headless CMS (Content Management System) that allows developers to create API-driven content management systems without writing much custom code.
Strapi
.In the YAML file, the configuration section contains the following properties:
Connectorname: Strapi
Api_secret_key: API secret key
Domain: Domain
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Strapi_data
connectorname: Strapi
config:
api_secret_key: <API SECRET KEY>
domain: <DOMAIN>
select:
- TABLE1
- TABLE2