This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Changed data dictionary and improved tests
get_all_addresses and get_all_postal_codes now return a dictionary with a results and next key, which contain the data list and next id or postal code.
Mocked data has been moved to JSON files. The amount of tests has increased while reducing the amount of lines in the code.