...
- Open the API Store (
https:
//<YourHostName>:9443/store
) in a Web browser. - The REST Client menu appears under the Tools menu. Clicking it opens the REST client on a global level.
- For
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.
API URL
The API URL takes the form http://host:8280/<context>/<version>/<back end service requirements included as parameters>
. For example,
...