Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  1. Open the API Store (https://<YourHostName>:9443/store) in a Web browser.
  2. The REST Client menu appears under the Tools menu. Clicking it opens the REST client on a global level.

     
  3.  Shown below is an example of invoking an API using the REST Client

    For example, shown below is how the TwitterSearch API created in sample Access Twitter's Search Using an API can be invoked using the REST Client.

    Note

    Twitter API version 1.0 is retired from 11th June 2013 and the API version 1.1 cannot be invoked in the following way. We have shown this only as an example.


    Image Modified

API URL

The API URL takes the form http://host:8280/<context>/<version>/<back end service requirements included as parameters>. For example,

...