From a143aed2c5bbfd6c3abf196ea41d4fae68de4b60 Mon Sep 17 00:00:00 2001 From: rpascalsdl <82501219+rpascalsdl@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:45:46 +0300 Subject: [PATCH 1/2] Update index.md Added a note about CP API --- index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 5b220d2..74cbca3 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,10 @@ To create an integration with any of the products listed above, you'll need to u products can be extended in a number of ways. For example, you may want to create an add-on to support a machine translation engine or you may want to create a custom workflow task. RWS provides an extensibility framework for the suite of products. To get more information on what's required and how you can do this, visit the [ extensibility documentation](https://languagecloud.sdl.com/lc/extensibility-docs) pages. ## Interacting with files -Translatable content in is held in a format called **BiLingual Content Model**, or **BCM** for short. You can find **BCM** reference documentation and samples on this site. Click [here](articles/BCM.NET_client_API.html) to find out more. +Translatable content in is held in a format called **Bilingual Content Model**, or **BCM** for short. You can find **BCM** reference documentation and samples on this site. Click [here](articles/BCM.NET_client_API.html) to find out more. ## Reporting API issues ## If you want to report an issue with the API, you can find information on how to do this here - [How to report an issue](https://languagecloud.sdl.com/lc/api-docs/how-to-report-an-issue) + +## Language Cloud API and Customer Portal API +Please be aware that Language Cloud offers two different APIs. First is the modern Language Cloud API described here. Then there is the second API that is the [Mantra API](https://languagecloud.sdl.com/cp/api). Language Cloud API is the recommend option for new integrations as it is more modern and much effort is put into its continuous evolution along with Trados Enterprise. Please take care not to confuse the two of them as they are not interchangeable. From 6300c0e8ed698fb1e5148db049c76427089c26f6 Mon Sep 17 00:00:00 2001 From: rpascalsdl <82501219+rpascalsdl@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:52:46 +0300 Subject: [PATCH 2/2] Update index.md --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 74cbca3..e660962 100644 --- a/index.md +++ b/index.md @@ -18,4 +18,4 @@ Translatable content in is held in a format called **Bilingual If you want to report an issue with the API, you can find information on how to do this here - [How to report an issue](https://languagecloud.sdl.com/lc/api-docs/how-to-report-an-issue) ## Language Cloud API and Customer Portal API -Please be aware that Language Cloud offers two different APIs. First is the modern Language Cloud API described here. Then there is the second API that is the [Mantra API](https://languagecloud.sdl.com/cp/api). Language Cloud API is the recommend option for new integrations as it is more modern and much effort is put into its continuous evolution along with Trados Enterprise. Please take care not to confuse the two of them as they are not interchangeable. +Please be aware that Language Cloud offers two different APIs. First is the modern Language Cloud API described on this page. Then there is the second API that is the [Mantra API](https://languagecloud.sdl.com/cp/api). Language Cloud API is the recommended option for new integrations as it is more modern and much effort is put into its continuous evolution along with Trados Enterprise. Please take care not to confuse the two of them as they are not interchangeable.