...
- Open a web browser and access the URL: https://localhost:9443/publisher.
- You should see the API Publisher login screen. Type user/password as admin/admin and click Log in button.
- The API Provider home page opens with all created APIs listed. Since first-time users haven’t created any APIs so far, they will not see any APIs. Click on the Add button to open the Add New API window.
- As our first example, we are going to create an API named TestAPI, which is based on the YouTube functionality provided by http://youtube.com. Our API will accept both GET and POST requests and the output will be an Atom feed.
Enter following values into the respective fields of the Add New API form. In this example, we have not provided some fields which are optional.- Name: TestAPI
- Context: /youtube
- Version: 1.0.0
- Visibility: Public
- Endpoint Security Scheme: Non Secured
- Production URL: http://youtube.com
- Tiers Availability
: Gold, Silver, Bronze (select all 3 – this field supports multiple values)Anchor tiers tiers
- Click Create at the end of the form to save the API configuration. You will be taken back to the API Provider home page where the new TestAPI will be listed.
- By clicking the TestAPI, you can open its Overview tab, which lists a summary of the information entered when creating the API. The page also has other tabs.
...