SteamApiException's status code exposure#53
Merged
lpradel merged 6 commits intolpradel:masterfrom Aug 31, 2025
Merged
Conversation
- statusCode exposed
- throws 400 status code by default
lpradel
requested changes
May 25, 2025
src/main/java/com/lukaspradel/steamapi/core/exception/SteamApiException.java
Show resolved
Hide resolved
src/main/java/com/lukaspradel/steamapi/core/exception/SteamApiException.java
Outdated
Show resolved
Hide resolved
…-exposure # Conflicts: # src/main/java/com/lukaspradel/steamapi/core/exception/SteamApiException.java # src/main/java/com/lukaspradel/steamapi/core/exception/SteamApiKeyException.java
Contributor
Author
|
@lpradel I don't like the way it all works now. |
Collaborator
Owner
|
@Fugasss I have removed the |
Contributor
Author
|
@lpradel Everything works great now, thanks! |
lpradel
approved these changes
Aug 30, 2025
Owner
|
@Fugasss I have created new release version 1.12.0 it should be on mvn central within 24 hours. Thanks a lot for your contribution 🥳 if it's alright with you I will add you to contributors in |
Contributor
Author
|
@lpradel Nice! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added exposure of a status code to make it possible to handle it in a required way.