Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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. Ilangl Cloud using this API to fetch content. 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. 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;

If all options specified properly "Select portal" dropdown will contain list of all environments available for specified space. 

  • No labels