Expand my Community achievements bar.

SOLVED

Smartling-API URL wrong

Avatar

Level 3

Hi ,

I am trying to use smartling with aem6.0. I uploaded  the package successfully...But doing the project configuraation the API URL wrong message is getting..

I gave the API URL as https://capi.smartling.com/v1.

Thanks in advance,

Ragam 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Can you please describe your use case in more detail - looks like you are trying to build an AEM service that uses this API. If this is the case - you need to use this API:

http://docs.smartling.com/pages/API/

I see this supports a Restful interface:

"The Smartling Translation API is a REST-like API that allows you to access functionality provided by the Smartling Translation Management Platform using defined HTTPS requests and structured JSON responses. "

You can build a custom AEM service to interact with this via a restful service. See this example as a guideline: 

Creating Adobe Experience Manager services that invoke third party Restful web services

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Can you please describe your use case in more detail - looks like you are trying to build an AEM service that uses this API. If this is the case - you need to use this API:

http://docs.smartling.com/pages/API/

I see this supports a Restful interface:

"The Smartling Translation API is a REST-like API that allows you to access functionality provided by the Smartling Translation Management Platform using defined HTTPS requests and structured JSON responses. "

You can build a custom AEM service to interact with this via a restful service. See this example as a guideline: 

Creating Adobe Experience Manager services that invoke third party Restful web services