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

Investigate the usefulness of the TypedDict.ReadOnly property in output types #348

Open
Kamforka opened this issue Oct 1, 2024 · 0 comments

Comments

@Kamforka
Copy link
Collaborator

Kamforka commented Oct 1, 2024

Official docs of TypedDict.ReadOnly: https://docs.python.org/3.13/library/typing.html#typing.ReadOnly

It might make sense to add it to *Output types and for properties like:

  • _id
  • _createdAt
  • _createdBy
  • _updatedAt
  • _updatedBy
  • etc...
@Kamforka Kamforka self-assigned this Oct 1, 2024
@Kamforka Kamforka changed the title Investigate the usefulness of TypedDict ReadOnly property in thehive4py types Investigate the usefullness of the TypedDict.ReadOnly property in output types Oct 1, 2024
@Kamforka Kamforka changed the title Investigate the usefullness of the TypedDict.ReadOnly property in output types Investigate the usefulness of the TypedDict.ReadOnly property in output types Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant