GoldenGnu

Results 122 comments of GoldenGnu

Slot size and charge size released in 7.6.0

Hoboleaks have a list of names for each attribute: https://sde.hoboleaks.space/tq/dogmaunits.json 🎉 Also a list of abyssal attributes for each type: https://sde.hoboleaks.space/tq/dynamicitemattributes.json

The main hurdle is currently figuring out how the GUI is going to look like.

I request that the full content of the cargo is also included. The use case for this would be to track loot from missions (and other loot giving activities).

1. If you're handling EveSSO yourself, you should not use `ApiClientBuilder`, but, instead use the refreshToken parameter on the endpoint functions 1. `ApiClientBuilder` creates one instance of ApiClient with the...

So, I made two mistakes: > refreshToken parameter on the endpoint functions I think it's parameter is actually for the accessToken (not refreshToken) > If you're handling EveSSO yourself, you...

Your problem is that you're mixing two systems. You're doing OAuth yourself and also making eve-esi handle it. You have to one or the other. If you want to let...

Made a quick example you can try and run: ```Java public static void walletUpdate(String clientId, String refreshToken) throws ApiException { //The ApiClient can be reused for this refreshToken and is...

It's also worth see the example of how to get an refresh token, if you want to completely switch to using eve-esi: https://github.com/burberius/eve-esi/blob/master/src/test/java/net/troja/eve/esi/api/auth/SsoAuthTest.java#L182

Okay, this is ready for another review. I also started on the readme, but, I'm really bad at writing stuff like that, so feedback so most welcome!