Rest API service for Documentum 21.2 - documentum

Where I can find rest API service for Documentum 21.2 to download.
To get resource for downloading existing rest service for Documentum 21.2

Related

Calling REST API in Snowflake

I have a usecase where in API's are published internally. Not using AWS Gateway or Azure. API's are deployed OnPrem. How can i use Snowflake External or internal functions to load data accessing REST API published internally?

How can we use API Connect to publish the existing REST API of customer?

Supposed that customer only provides me the URL end point of their existing API. They don't have swagger file for us to import the APIs.
Customer wants to use API Connect to publish their API to users to use.
I did that successfully with API Management. Now API Management is deprecated by API Connect, but that feature is still in API Connect. I failed to make it work with API Connect. How can we use API Connect to publish the existing REST API of customer not using swagger? Please shed the light. I'm greatly appreciated with your help.
Regards,
Quyen Tran
To publish an API into an IBM API Connect catalog, and to have access to that API managed by the API Gateway, you will need a Swagger (OpenAPI) document.
If you don't have a Swagger document, you will need to author one e.g. using the API Designer or API Manager tooling. You will need to know the URL of the existing endpoint but also the schema of any data that needs to be sent to or received from that URL.
If you made it work with IBM API Management then it should be no different with IBM API Connect.

How to upload file using REST Web Service?

I have a requirement to upload a audio file from java application through c# wcf restfull web service.
So how to create a rest web service to upload a file.

Mule - web service consumer side security

Via Mule I'm going to call a web service. For this what kind of security mechanisms exists. I have referred to the mulesoft.org but I could only find security reference from the point of creating web service based app.
I'm going to call a Restfull WS using JSON
You can create your own cloud connector to consume the API, it is easy to do and it provides you OOTB support for both OAuth 1.0 and 2.0
Here some useful link to get started:
http://www.mulesoft.org/documentation/display/DEVKIT/Your+First+Cloud+Connector
http://www.mulesoft.org/documentation/display/DEVKIT/Authorizing+your+Connector+with+OAuth+2.0

How to integrate Alfresco with Silverlight 4?

I want to integrate Alfresco with SL 4 app.
As Alfrsco provided restful services, it should be avaiable for SL 4 app.
Can anyone share a sample for this senario?
You can access any web service that exposes a REST API using Silverlight. You should be able to add this as a Service Reference in your Silverlight project. Here is an article about how to access Netflix's OData API, which is REST-ish