Unknown macro: {next_previous_links}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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:

  1. 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&lt;/URL>
    </APIStore>
  2. 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:

  1. 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&lt;/URL>  
    </APIPublisher>
  2. Note a URL in the API Store that points to the API Publisher. For example,
  • No labels