Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 957 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 957 Bytes

APIUsage

Links and sample files for getting up and running with the YourMapper APIs.

Mashape

To consume one of our APIs through Mashape, do the following:

  1. Go to https://www.mashape.com/yourmapper browse our Mashape APIs
  2. Sign up for a Mashape account.
  3. Subscribe to one of the APIs (eg, YourMapper2: https://www.mashape.com/yourmapper/yourmapper2#!pricing )
  4. Create a unique applcation using the Mashape topnav, then click Get the Keys at the top right of that applicaiton

Now you can use the code samples that Mashape provides at the top of each API endpoint (Curl Java Node PHP Python Objective-C Ruby .NET).

Here is Mashape's help documentation and code samples for Java, PHP, Python, Ruby, Objective-C: https://www.mashape.com/docs/consume/unirest

This Repo

Optionally, you can use the MashapeExample.php file we've created in this repo on your server, if Mashape's dynamic code samples don't cut it for you.