Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Basic introduction about how to create connection to data source please find here How to connect to Content Data-source?

Contentful Delivery and Management API connection

Contentful Management API is a primary connection to export/import content. Delivery APi is used to fetch content tree.  Ilanlg Cloud uses both Delivery and Management APIs to manage and fetch content from Contentful cloud. 

Content Delivery API is a read-only API for delivering content from Contentful to apps, websites and other media. You can find more information hereDefault base URL is https://cdn.contentful.com

Contentful's Content Management API helps you manage content in your spaces. You can find more information here. Default base URL is https://api.contentful.com 

Parameters:

  • Server/Alias(Required) -API Base URL ;
  • Port(Optional) - the server port, will be added to server name  'Server':'Port';
  • Password(Required) - API key;
  • Database(Required) - the name of the space;
  • Select portal - Contentful environment;

...