Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Fix Dict Typing issue #11

Open
fraxker opened this issue Nov 24, 2021 · 0 comments
Open

Fix Dict Typing issue #11

fraxker opened this issue Nov 24, 2021 · 0 comments

Comments

@fraxker
Copy link
Contributor

fraxker commented Nov 24, 2021

Currently, when we make a get request to the interop server, we return the json response as a dict, this does not line up with the TypedDict type that it is supposed to return. This can lead to issues where instead of an enum being an int, it returns the name as a string. Using a package such as jetblack-serialization should solve our issue as we just need to deserialize the response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant