boardgamegeek
boardgamegeek copied to clipboard
Make the API error handling more consistent
Most functions raise exceptions related to various error conditions, but also can return None
for others. Exceptions should be raised in all error cases.