Skip to content

Commit

Permalink
updated the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshiCodes committed Aug 13, 2024
1 parent cdd86fe commit c35111c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ System.out.println(book.getUrl());
aghpb.retrieveRandomImage().queue(book -> System.out.println(book.getUrl())); // Asynchronous
```

### For more examples, see [here](https://github.com/JoshiCodes/AGHPB4J/blob/master/examples/Examples.java).

#### Methods
- `AGHPB#retrieveStatus()` - `ApiStatus`
Returns the status of the API.
Expand Down

0 comments on commit c35111c

Please sign in to comment.