In this exercise, you will create a new API proxy based on the previously deployed RESTful API.
Run through the following steps, see also video below.
- In the API Portal, switch to the Develop area
- On the APIs tab, click on the button Create
- In the upcoming dialog, select the API provider demo_discover from the drop down list, and click the Discover button
- Search for your participant number assigned to you
- From the list of deployed APIs, select your API EmployeeBirthdayRESTAPI_XX with your participant number XX, then click on the Next button
- On the next screen, you can choose from different authentication types to access the API metadata
- Here, we select the authentication type OAuth2ClientCredentials from the drop down menu
- Then, maintain Client ID, Client Secret, and Token URL. You find the required information on the Tenant Booker Application page
- Then click the Done button.
- On the next screen, maintain the API details.
- You can keep the proposed Name and Title
- Change the API Base Path to /tutorial/XX/* with XX your participant number
- Maintain Version 1.0. You will notice that when entering a version, the API base path and the name are automatically adapted accordingly: the API base path should be automatically changed to /10/tutorial/XX/*, the name is automatically changed to EmployeeBirthdayRESTAPI_XX_1_0
- When done click the Create button
- For now, we won't maintain any policies. So click the Save button
- Finally, deploy the API proxy
The video below shows the exercise steps as described above. Best is to run the video by selecting Open link in new tab so that you can easily return to this page for further proceeding.
At the end of this exercise, you should have created and deployed an API proxy.
Continue to - Exercise 3.2