Package com.espacogeek.geek.controllers
Class QuoteController
java.lang.Object
com.espacogeek.geek.controllers.QuoteController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches a random quote along with a random artwork URL.
-
Constructor Details
-
QuoteController
public QuoteController()
-
-
Method Details
-
getQuoteAndRandomArtwork
Fetches a random quote along with a random artwork URL.- Returns:
- A QuoteArtwork object containing the quote, author, and artwork URL.
- Throws:
GenericException- if no artwork is found.
-