Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.18 KB

map2app API

We created this sample Maven project to help developers in interacting with our APIs.

Inizialization

You will need two informations to interact with the api:

  1. your "userAccount key": you will find it there as the attribute of the tag
  2. 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

Usage

  • Run the tests to see the API in action:

    $ mvn clean test

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_api_project)
  3. Commit your changes (git commit -am "Added Something")
  4. Push to the branch (git push origin my_api_project)
  5. Create an Issue with a link to your branch
  6. Enjoy one of our apps and wait