Links and sample files for getting up and running with the YourMapper APIs.
To consume one of our APIs through Mashape, do the following:
- Go to https://www.mashape.com/yourmapper browse our Mashape APIs
- Sign up for a Mashape account.
- Subscribe to one of the APIs (eg, YourMapper2: https://www.mashape.com/yourmapper/yourmapper2#!pricing )
- 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
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.