github ClementJ18/moddb v0.6
ResultList, Search and CommentList enhancements

latest releases: v0.14.0, v0.13.0, v0.12.0...
6 years ago

Bug Fixes

  • .MissingComment has been properly documented
  • Fixed bug where parsing tutorial articles would raise a KeyError

New Features

  • .Search now includes the current page of results stored as the attribute page
  • New enum called .Month used to filter .Poll searches
  • .CommentList now includes the page of comments currently store (page) and the total amount of pages (max_page).
  • .Client has test cases
  • New list-like class .ResultList returned by most get_ functions to allow easier navigation of results
  • .Search now behaves like a list
  • .Search and .CommentList have access to get_all_results, an expensive call that iterates through all the pages of results available and returns a list of all the results. This does not return duplicate entries.
  • Changelog begins

Don't miss a new moddb release

NewReleases is sending notifications on new releases.