Skip to content

Add an OK property to APIResponse#70

Merged
LswaN58 merged 3 commits into
mainfrom
issue/68-add-an-ok-property-to-apiresponse
May 14, 2026
Merged

Add an OK property to APIResponse#70
LswaN58 merged 3 commits into
mainfrom
issue/68-add-an-ok-property-to-apiresponse

Conversation

@LswaN58
Copy link
Copy Markdown
Member

@LswaN58 LswaN58 commented May 14, 2026

Resolves #68

LswaN58 added 3 commits May 14, 2026 13:29
Also, not that it really matters because none of the response codes actually go up to X99,
but the ranges are exclusive of "end" so needed to increase the ranges by one each.
(e.g. range(400, 499) should be range(400, 500) since 499 would have been excluded otherwise)
@LswaN58 LswaN58 added this to the v2.0 - New Common milestone May 14, 2026
@LswaN58 LswaN58 self-assigned this May 14, 2026
@LswaN58 LswaN58 linked an issue May 14, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Member Author

@LswaN58 LswaN58 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@LswaN58 LswaN58 merged commit 3a86152 into main May 14, 2026
7 checks passed
@LswaN58 LswaN58 deleted the issue/68-add-an-ok-property-to-apiresponse branch May 14, 2026 18:39
@LswaN58 LswaN58 restored the issue/68-add-an-ok-property-to-apiresponse branch May 14, 2026 19:12
@LswaN58 LswaN58 deleted the issue/68-add-an-ok-property-to-apiresponse branch May 14, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an OK property to APIResponse

1 participant