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

...

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

Contentful's Content Management API helps you manage content in your spaces. It is used by Ilangl Cloud to create and update localization data. 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;

...