Skip to content

fix: Correct Login issue#20

Merged
ArizonaGreenTea05 merged 2 commits into
ArizonaGreenTea05:mainfrom
webbpg:feature/fix-v1-login-issues
Jun 23, 2026
Merged

fix: Correct Login issue#20
ArizonaGreenTea05 merged 2 commits into
ArizonaGreenTea05:mainfrom
webbpg:feature/fix-v1-login-issues

Conversation

@webbpg

@webbpg webbpg commented May 28, 2026

Copy link
Copy Markdown
Contributor

Addresses Issue #19

The Login endpoint for v1 has been updated so all attempts to Login were returning a 404 message. On top of that the response from the Login endpoint now returns an object containing several tokens instead of the previous flat token.

Altered the ICommonData interface to include a NestedLoginTokenPropertyName to fit the new response shape.

SpondClient Login method was updated to use the NestedLoginTokenPropertyName if using the original LoginTokenPropertyName returned an Object from the response JSON.

Tested the changes by running the Spond.API.Test console app using my own live Spond email and password and was able to perform all the functions.

Philip Webb added 2 commits May 28, 2026 13:19
…tyName to fit the new response shape.

SpondClient Login method was updated to use the NestedLoginTokenPropertyName if using the original LoginTokenPropertyName returned an Object from the response JSON.
@ArizonaGreenTea05 ArizonaGreenTea05 merged commit 984238b into ArizonaGreenTea05:main Jun 23, 2026
2 checks passed
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.

2 participants