microsoft / microsoft/kiota-python
Create types for untyped nodes
Open
@rohitkrsoni is already working on this.
Since Jun 3, 2024.
enhancement
WIP
- Dominant language
- Python
- Stars
- 31
- Forks
- 39
- Avg merge
- 11h 45m
- Merged PRs (30d)
- 42
Description
To support untyped JSON (https://github.com/microsoft/kiota/issues/4385), create the following types:
UntypedDict
UntypedList
UntypedStr
UntypedInt
UntypedBool
UntypedNone
These types need to derive from UntypedNode that extends Parsable
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.