QuestionQ20
Implementing Integrations and ServicesUnder which two scenarios would a developer opt to use JavaScript rather than OpenAPI to implement a REST service?
Choose two
- A Using MIME type application/JSON.
- B The OpenAPI definition file contains a security definition where authentication other than basic authentication or API key authentication is used.
- C The OpenAPI definition file contains a security definition where basic authentication or API key authentication is used.
- D Using a MIME type other than application/JSON.
- E Calling a REST service, for which the OpenAPI specification contains objects that have properties.
Community Discussion