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

Create types for untyped nodes #285

Open
rohitkrsoni opened this issue Jun 1, 2024 · 1 comment · May be fixed by #286
Open

Create types for untyped nodes #285

rohitkrsoni opened this issue Jun 1, 2024 · 1 comment · May be fixed by #286
Assignees
Labels
enhancement New feature or request WIP

Comments

@rohitkrsoni
Copy link

To support untyped JSON (microsoft/kiota#4385), create the following types:

UntypedDict
UntypedList
UntypedStr
UntypedInt
UntypedBool
UntypedNone
These types need to derive from UntypedNode that extends Parsable

@rohitkrsoni rohitkrsoni added the enhancement New feature or request label Jun 1, 2024
@rohitkrsoni
Copy link
Author

Please assign it to me

rohitkrsoni added a commit to rohitkrsoni/kiota-abstractions-python that referenced this issue Jun 1, 2024
@rohitkrsoni rohitkrsoni linked a pull request Jun 1, 2024 that will close this issue
rohitkrsoni added a commit to rohitkrsoni/kiota-abstractions-python that referenced this issue Jun 3, 2024
rohitkrsoni added a commit to rohitkrsoni/kiota-abstractions-python that referenced this issue Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WIP
Projects
Status: In Progress 🚧
Development

Successfully merging a pull request may close this issue.

1 participant