Let's go make it!
In this section, we will take what we've already learned about the GET
request API call from Postman and begin building the request in Studio Pro. We will need to set up a new module and a few artifacts in the project first before actually connecting to the API. Let's get started!
- Add a new module to your project and name it
TheMovieDB
:
Figure 12.21 – New module
- Add a new JSON structure by right-clicking on the new module and selecting Add other and then JSON structure:
Figure 12.22 – Adding a JSON structure
- Name it
JSON_Movie
. - In Postman, make the same request to
MovieDB
that we made during the steps associated with Figure 12.10 in the Testing your integration section of this chapter. - Once you have a made a successful request to
MovieDB
, copy the results:
Figure 12.23 – JSON results in Postman
- Paste the results...