rewrite Goldfinger API to use new Result wrapper instead of plain string
rewrite tests
bump dependencies
add nonnull and nullable annotations
some smaller code improvements
Reason for the first change is to mimic OkHttp response type which makes sense when you add Rx support. Now we have same model for both standard callback usage and Rx usage.
Changelog
Reason for the first change is to mimic OkHttp response type which makes sense when you add Rx support. Now we have same model for both standard callback usage and Rx usage.
Thanks @mister11 for the suggestion.
Fixes #35 #38 #39 #45 #46