pub fn get_publications_all<F: IntoIterator<Item = Filter>>(
filters: F,
) -> Result<Vec<Publication>>Expand description
Executes one or more GET requests to the /Publications endpoint to retreive all available publications.
This will likely make multiple API calls, in MAX_PAGE_LENGTH increments, until no more entries are
found or until an error occurs.
Optional search filters:
Systems, ClassNames, StartYear, EndYear, GenreNames, TagNames,
FlagNames, AuthorIds, ShowObsoleted, GameIds, GameGroupIds, Sorts
ยงErrors
Any request or parsing errors will be returned.