- Do not pass the date in
get_daily_stats()
by default. - List public types in package
__all__
.
- Optional secret key in
SuggestClient
- Async API client (
DadataAsync
) - Switched from SemVer to CalVer
- Profile API:
get_balance()
,get_daily_stats()
,get_versions()
- All methods accept additional parameters as kwargs
- BREAKING: required
name
argument ingeolocate()
- Add requests dependency (6262c4f)
- Basic Dadata API support (203e8b4)