harbor/docs/1.10/working-with-projects/using-api-explorer.md

14 lines
704 B
Markdown
Raw Normal View History

---
title: Using the API Explorer
---
2019-10-17 15:47:25 +02:00
Harbor integrated swagger UI from 1.8. That means all apis can be invoked through UI. Normally, user have 2 ways to navigate to API Explorer.
1. User can login harbor, and click the "API EXPLORER" button.All apis will be invoked with current user authorization.
![navigation bar](../img/api-explorer-btn.png)
2019-10-17 15:47:25 +02:00
2. User can navigate to swagger page by ip address by router "devcenter". For example: https://10.192.111.118/devcenter. After go to the page, need to click "authorize" button to give basic authentication to all apis. All apis will be invoked with the authorized user authorization.
![authentication](../img/authorize.png)
2020-01-13 16:18:01 +01:00