Janaki Narayanan
Janaki Narayanan

Reputation: 543

What is the recommended method to call a Oracle MCS API?

I used to call MCS API in the similar way as Rest API is called .Is it is recommended method or I have to use Cordova SDK to integrate Oracle MCS with my mobile Application

Upvotes: 0

Views: 77

Answers (1)

Chris Muir
Chris Muir

Reputation: 445

You're free to choose either. The reason Oracle provide the SDKs is to cut down on the amount of code you have to write yourself in your client, and in turn provide a well tested solution. Personally I find the setup of the SDK simple and saves me from having to learn all the details of the REST APIs. But if you're comfortable working at that level, go for it.

Disclaimer: I work for Oracle.

Upvotes: 0

Related Questions