VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which statement is true about designing custom APIs in Oracle Mobile Hub?
A
Designing custom APIs entails defining the Node.js implementation in pseudocode.
B
You may build the REST endpoints of a custom API through a RAML file or via the Endpoints tab onthe Custom API page, but you should not mix these approaches.
C
Custom endpoints built in RAML cannot be edited outside of the Oracle Mobile Hub environment
D
Custom APIs can be shared across mobile backends through the API catalog.
Explanation: 

Detailed explanation-1: -Custom APIs are an alternative to Custom process actions. Custom process actions provide a no-code way to include custom messages but has some limitations for developers. Custom APIs provide capabilities specifically for developers to define their logic in code with more options.

Detailed explanation-2: -APIs are stored procedures that enable you to insert and update data in Oracle Applications. Additionally, you can use PL/SQL APIs to retrieve data. For example, by using PL/SQL APIs, you can insert a customer record in Oracle Applications.

Detailed explanation-3: -Accept and respond with JSON. Use nouns instead of verbs in endpoint paths. Name collections with plural nouns. Nesting resources for hierarchical objects. Handle errors gracefully and return standard error codes. Allow filtering, sorting, and pagination. Maintain Good Security Practices. More items •02-Mar-2020

Detailed explanation-4: -If the left panel is not already open, click . In the left panel, expand Development and click APIs. Click New API and select API. In the New API dialog, fill in the following fields: API Display Name: Incident Report. Short Description: Custom API for Getting Started tutorial. Click Create.

There is 1 question to complete.