biroshima

Results 3 comments of biroshima

I'm new to Spring, I've been trying to learn about it through a number of resources however I still can't work out how to get started with this project, can...

trying to keep this as simple as possible, after having entered the key, secret and passphrase into the application.yml file I've entered these lines into the main method of GdaxApiApplication:...

``` Exception in thread "main" java.lang.NullPointerException at com.coinbase.exchange.api.accounts.AccountService.getAccounts(AccountService.java:24) at com.coinbase.exchange.api.GdaxApiApplication.main(GdaxApiApplication.java:27) ``` (GdaxApiApplication.java:27) is when I call `Account[] accounts = accountService.getAccounts();` I have made no changes to AccountService.java Edit: I was...