fetchRecentNews
open suspend fun fetchRecentNews( startDate: LocalDate, endDate: LocalDate, categories: Set<NewsCategory>? = null, types: Set<NewsType>? = null): TibiaResponse<NewsArchive>(source)
Fetch the news for a given interval.
open suspend fun fetchRecentNews( days: Int = 30, categories: Set<NewsCategory>? = null, types: Set<NewsType>? = null): TibiaResponse<NewsArchive>(source)
Fetch the news from today to the last provided days.