We created this sample Maven project to help developers in interacting with our APIs.
- request access to our platform map2app
- login to our backoffice map2app backoffice
- check out your map2app API credentials
You will need two informations to interact with the api:
- your "userAccount key": you will find it there as the attribute of the tag
- your "apiKey": you will find it there as a node of the tag
Once you discovered these two informations, put in the file UserAccountInfoTest.java, in the two static properties:
- USER_KEY
- API_SECRET
-
Run the tests to see the API in action:
$ mvn clean test
- Fork it.
- Create a branch (
git checkout -b my_api_project
) - Commit your changes (
git commit -am "Added Something"
) - Push to the branch (
git push origin my_api_project
) - Create an Issue with a link to your branch
- Enjoy one of our apps and wait