Connecting a web application with external REST APIs
In the previous section, we learned how to communicate with Business Objects to pull and push data. In this section, we'll see how to communicate with external REST APIs in the VB.
Here, we'll execute another use case that will connect to the external REST API and will list all the data on the web page.
In this section, we'll execute the communication with external REST API use case as follows:
- Creating a Service Connection with an external API
- Creating a new web page
- Listing the data from the external API
In the upcoming sections, we'll look at the preceding use case points in detail.
Creating a Service Connection with an external API
We have seen how to create a Service Connection in Chapter 5, Creating and Managing Service Connections, in the Creating Service Connections from a REST endpoint and Creating a Service Connection from an endpoint sections, so we'll follow...