Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In <AM_HOME>/repository/conf/api-manager.xml file, set the <DisplayURL> to true and provide the URL of the Store.

    Code Block
    languagehtml/xml
    <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,
    Image Added

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.

    Code Block
    languagehtml/xml
    <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,
    Image Added