Skip to content

map2app/map2app-API-development-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages