robevansuk

Results 57 comments of robevansuk

If the GdaxExchange is null then something is likely to be wrong with the configuration. Have you tried debugging what happens when the AccountService makes a get request and attempts...

Looks like you're trying to develop outside the application, but this is not how the codebase is currently set up to work. The code base relies on Spring Boot. Spring...

Can you provide a stack trace/some more details?

For examples please see - https://github.com/robevansuk/gdax-java/blob/master/CONTRIBUTE.md Where I've done what I can to provide examples. The GUI package provides working examples. My repo is not quite ready to merge into...

Let me know if this was any good for you as its still open to improvements and your feedback will no doubt help others.

Great. There is a ticket for the Contribute.MD @irufus already raised I just haven't merged anything back yet - it'll get merged eventually into this repo - a few weeks/couple...

I think an examples directory/modules should be added as: `examples/`. This may help resolve the issues with lack of Spring knowledge, etc.

Think this is added in my pull request but need to add tests and verify it works

This is a user error. For a live version that works you can checkout what I've been implementing over here (which works daily for me) with the current code base....

Also I have a bunch of commits on my machine that I intend to push in the not too distant future (weeks/month (or two)) which will provide an implementation of...