Package com.espacogeek.geek.controllers
Class DailyQuoteArtworkController
java.lang.Object
com.espacogeek.geek.controllers.DailyQuoteArtworkController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches the quote and artwork for today.
-
Constructor Details
-
DailyQuoteArtworkController
public DailyQuoteArtworkController()
-
-
Method Details
-
getDailyQuoteArtwork
Fetches the quote and artwork for today. If one doesn't exist for today, it creates a new one. The same quote and artwork is returned for all requests on the same day.- Returns:
- A QuoteArtwork object containing the quote, author, and artwork URL for today.
-