fetchNewsArchive

abstract suspend fun fetchNewsArchive(startAt: LocalDate, endAt: LocalDate, categories: Set<NewsCategory>? = null, types: Set<NewsType>? = null): TibiaResponse<NewsArchive>(source)

Fetch the news for a given interval.