All docs
This doc
By default, there are no links in the UIs of the API Store and API Publisher applications to traverse between the two apps.
To add a link in API Publisher to API Store:
In <AM_HOME>/repository/conf/api-manager.xml
file, set the <DisplayURL>
to true and provide the URL of the Store.
<APIStore> <DisplayURL>true</DisplayURL> <URL>https://${carbon.local.ip}:${mgt.transport.https.port}/store</URL> </APIStore>
To add a link in API Store to API Publisher:
In <AM_HOME>/repository/conf/api-manager.xml
file, set the <DisplayURL>
to true and provide the URL of the Publisher.
<APIPublisher> <DisplayURL>true</DisplayURL> <URL>https://${carbon.local.ip}:${mgt.transport.https.port}/publisher</URL> </APIPublisher>