Skip to content

Latest commit

 

History

History
 
 

external_api_sample_app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

⚠️ Use of this software is subject to important terms and conditions as set forth in the License file ⚠️

External REST API Sample App

This sample app shows to the developers how to make external API requests in App by taking iheartquotes.com/api and teachmyapi.com as examples.

You will need to register an account on teachmyapi.com for your API URL, username and password that are needed when installing this App.

The following information is displayed:

  • Make external API request to iheartquotes (GET only; no Auth).
  • Make external API request to teachmyapi.com (GET, POST, PUT; Simple HTTP authentication).
  • Demonstrate how to use settings.
  • Demonstrate how to use bootstrap modal.
  • Demonstrate how to use services.notify() App API
  • Zendesk translation format.

Please submit bug reports to Zendesk Support. Pull requests are welcome.

Screenshot(s):

GET call to iheartquotes

GET call to teachmyapi

POST call to create a user on teachmyapi.com

PUT call to update a user on teachmyapi.com