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

Ensure all dwn.METHOD() APIs return transport agnostic results and data #20

Closed
csuwildcat opened this issue Mar 25, 2023 · 0 comments · Fixed by #43
Closed

Ensure all dwn.METHOD() APIs return transport agnostic results and data #20

csuwildcat opened this issue Mar 25, 2023 · 0 comments · Fixed by #43
Assignees
Labels
enhancement New feature or request

Comments

@csuwildcat
Copy link
Member

Some of our APIs currently leak the HTTP response wrapper out to the developer, and that means a dev would have to handle whatever comes out from those methods in a transport-specific way. Instead we should normalize all the outputs so they are identical regardless of whatever transport the internal calls were made over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants