Conversation
|
Also, I had hard time setting local dev environment. You might want to revisit that section (if you want and have free time) :) |
src/test/java/com/lukaspradel/steamapi/webapi/client/SteamWebApiClientTest.java
Outdated
Show resolved
Hide resolved
|
@MihajloNesic Thanks a lot for your contribution! I will try to review more in-depth asap. |
Co-authored-by: Lukas Pradel <lukas.pradel@googlemail.com>
There was a problem hiding this comment.
I think where not actually needed we should use integer over number which gets mapped to Long instead of Double for better performance (see https://github.com/lpradel/steam-web-api-java/blob/master/pom.xml#L149 ). Hope you agree?
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
...main/resources/com/lukaspradel/steamapi/schema/tf2/getplayeritems/getplayeritems.schema.json
Outdated
Show resolved
Hide resolved
src/test/java/com/lukaspradel/steamapi/webapi/client/SteamWebApiClientTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/lukaspradel/steamapi/webapi/client/SteamWebApiClientTest.java
Outdated
Show resolved
Hide resolved
|
@MihajloNesic also could you maybe explain in a little more detail what exactly gave you trouble getting it to build locally? What issues did you run into? Would very much like to add an info section about this as you suggested! |
Co-authored-by: Lukas Pradel <lukas.pradel@googlemail.com>
I couldn't get the test suite to work. Maybe it was just me cause I have some 'weird' maven profiles setup. Try to setup a clean env on your machine (or vm or container) and try it out. If it doesn't give you troubles, then please ignore my request :) |
Hmmm interesting 🤔 I will give it a try, however I would assume that the Github workflow builds should be similar to clean environment. Can you recall the errors / logs you got? |
|
@MihajloNesic Also one more small thing. Due to considerable work you put into this change I think it is more than deserved that you are mentioned among contributors here: https://github.com/lpradel/steam-web-api-java/blob/master/README.md?plain=1#L237 Again thanks a lot for this! |
I got this when trying to run the test (using Java 11) The way I tested the app was building the jar and trying it out on a mini-project. |
Cheers 🎉 |
|
@MihajloNesic I have made a new release |
@MihajloNesic I hope that I have fixed the issue, could you give it a try with the most recent main branch? |
|
@lpradel Awesome, works now. Thanks :) |
I needed TF2 items so I Implemented
IEconItems_440/GetPlayerItemshttps://wiki.teamfortress.com/wiki/WebAPI/GetPlayerItems