Versions Compared

Key

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

...

3. The REST Client application will open on a global level.


 

 

 

 

 

 

 

Given below are few recommendations:

Example 1: Shown below is an example of how the 'Advanced REST Client for Chrome' can be invoked to test the API.

Image Removed

Example 2 : If Curl is used to invoke the API, the following command can be executed:

...

4. 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.

Image Added

API Key

The <API Key> is generated when subscribing to an API and is passed in the Authorization header as a value of "Bearer". For example, if the the <API Key> generated by the API Manager is "wU62DjlyDBnq87GlBwplfqvmAbAa", the Authorization header looks as shown below:

...