Step 6 - Check the doc pushed by API Team

In the previous lab, we used Postman to test our API version 1. Unfortunately, app Developers don’t use Postman but prefer to use Developer Portals.

Developer Portal offers:

  • API documentation
  • API tests

Infrastructure team deployed a DevPortal instance in Module 2

API team deployed Sentence API Version 1 documentation into DevPortal in Module 3

Steps

  1. RDP to Win10 Jumphost as user user and password user

  2. Open Chrome

  3. Click on Developers bookmark

  4. You are now connected to the Developer Portal instance.

    • Click on APIs on top right corner

      ../../../_images/portal-home.png
    • Click on sentence-api documentation

    • Navigate in the doc (POST /adjectives, for instance). You can notice the doc provides with

      ../../../_images/post-adjectives.png

Note

As you can notice, you have all the endpoints documented to use the API Version 1.

Note

Next step is to use the Developer Portal to test the API without Postman.