Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'ExtraData' to Pr0grammResponse #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JKamsker
Copy link
Contributor

@JKamsker JKamsker commented Feb 3, 2020

Allowing the Dev to Inspect/Use extra data from the api which could come in future

Allowing the Dev to Inspect/Use extra data from the api which could come in future
Copy link
Owner

@holzmaster holzmaster left a comment

Choose a reason for hiding this comment

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

Geht hier auch ein Read-only Dictionary?

@holzmaster
Copy link
Owner

Ist halt nicht gut, wenn das Feature dann irgendwann drin ist, aber schon Entwickler damit arbeiten und es plötzlich weg ist.

@JKamsker
Copy link
Contributor Author

JKamsker commented Feb 3, 2020

Dafür gibts ja SemVer. Wenn man die upgraded, muss man damit rechnen, dass sich was ändert.

In meinem Fall hat die errormsg beim login gefehlt, dass das chaptcha fehlt.

@holzmaster
Copy link
Owner

Ist halt ein ziemlich ekliger breaking change. Ist zwar breaking, aber auf das migrieren wird einen kein compilerfehler hinweisen. Und auch nicht ob das Feld jemals wieder so befüllt sein kann.

Ich wäre vielmehr dafür, ein Dictionary mit allen Feldern anzugeben. Mit sowas kann die Response erweitert werden, aber der bestehende Code wird nicht in einen fragwürdigen Zustand gesetzt.

@JKamsker
Copy link
Contributor Author

JKamsker commented Feb 4, 2020

Ja das wär vll. eine bessere Lösung. Ist das denn überhaupt möglich, alle Felder zusätzlich in der dict zu speichern?

@holzmaster
Copy link
Owner

holzmaster commented Feb 4, 2020

Keine Ahnung. Kann mir vorstellen, dass das mit Newtonsoft JSON irgendwie geht.

Auf lange Sicht wollte ich eigentlich davon weg und eher zu dem JSON-FW des .NET-Standards.

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.

3 participants