mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-30 06:03:45 +01:00
c73bc0e80a
Signed-off-by: lucperkins <lucperkins@gmail.com>
708 B
708 B
title |
---|
Using the API Explorer |
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.
-
User can login harbor, and click the "API EXPLORER" button.All apis will be invoked with current user authorization.
-
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.