I want to make use of the Mailjet's API to get and post some information to Mailjet.
This is done via HTTP GET and POST request.
And example to get some information for a specific emailaddress is here:
https://eu.mailjet.com/docs/api/contact/infos
How can I invoke that from within a Java web app and get the array of information in Java?