Updated to use randomuser.me API version 1.3. Apart from internal changes:
- Added `get_country()` method - Added optional parameter `split_number_name` to `get_street()`. If set to `True`, return a dictionary with `'number'` and `'name'` keys containing the street number and name, respectively
1.6.0
Updated to use randomuser.me API version 1.3. Apart from internal changes:
- Added `get_country()` method - Added optional parameter `split_number_name` to `get_street()`. If set to `True`, return a dictionary with `'number'` and `'name'` keys containing the street number and name, respectively
1.5.1
* Fixed `get_dob()` and `get_registered()` format issues with API 1.2 changes * Added new methods `get_coordinates()`, `get_age()`, `get_login_uuid()`, and `get_registration_age()`