api-101-workshop

API 101 Workshop: Java

Getting started

To install all of the dependencies, please follow the next steps:

  1. Install Java [Ubuntu or Mac]

APIs

RandomDog

Random pictures of dogs.

java src/RandomDog.java

This script will print the JSON response of the API request. An example of JSON would be:

{
    "url": "https://random.dog/78ff9a64-55a1-4556-b37a-e6a70e4e0fa5.gif"
}