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>
- Note a URL in the API Publisher that points to the API Store. For example,
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>
- Note a URL in the API Store that points to the API Publisher. For example,