Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for private date (issue #61) #71

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

outis
Copy link

@outis outis commented Jan 17, 2022

Mostly, these commits are about supporting private information from the BGG API (issue #61). There are a few with other updates: a new XML utility function (xml_attr) in the spirit of others, tests for loaders/collection.py and a bugfix for add_collection_items_from_xml. It also includes a fix for issue #67 (which is also accomplished by pull #68), but that was only so the tests wouldn't get stopped by it.

…requests-cache. Instead, `requests_cache` can be used directly.
… is always 0. Cause: `add_collection_items_from_xml()` gets the publishing year from the 'value' attribute of a 'yearpublished' element (using `xml_subelement_attr`), but in a collection, the publishing year is text content of 'yearpublished'. Soln: use `xml_subelement_text` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant