0.5.0
Pre-release
Pre-release
- BREAKING CHANGE:
getCreditsRemaining()has been removed from the web
service models and has been replaced bygetQueriesRemaining(). - Added
getQueriesRemaining()andgetFundsRemaining(). Note that
getFundsRemaining()will not be returned by the web service until our new
credit system is in place. - Added
getLastSeen()andgetConfidence()to theDeviceresponse model. - This API now throws an
IllegalArgumentExceptionwhennullvalues are
passed to constructors or methods that require non-null values.