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

Make Requests/Responses strongly typed classes #71

Open
iNetDaniel opened this issue Sep 4, 2024 · 0 comments
Open

Make Requests/Responses strongly typed classes #71

iNetDaniel opened this issue Sep 4, 2024 · 0 comments

Comments

@iNetDaniel
Copy link

Working with anonymous types in C# is a pain to deal with. There are limitations like the properties being read-only after initialization, not being able to have re-usable functions that convert from our models to TaxJar's, not having access to intelli-sense outside of the function the objects were initialized in, etc.

It would also be nice if we could reference API documentation inside of the IDE object explorer via summaries.

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

No branches or pull requests

1 participant