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

Add .update() method to Content #89

Closed
nealrichardson opened this issue Mar 9, 2024 · 0 comments · Fixed by #120
Closed

Add .update() method to Content #89

nealrichardson opened this issue Mar 9, 2024 · 0 comments · Fixed by #120
Milestone

Comments

@nealrichardson
Copy link
Collaborator

I think we need to do this as part of our first release because it will force us to address some basic issues, including:

  • Can't inherit from TypedDict (Expected usage for Resource objects that need custom methods? #23)
  • Passing around session everywhere. We don't currently pass it to User() or ContentItem(), perhaps we should just do that? Or should there be some global or other means of finding "the" session that corresponds to the URL of the resource you're holding?
@nealrichardson nealrichardson added this to the 0.1.0 milestone Mar 9, 2024
@nealrichardson nealrichardson changed the title Add .update() method to User and Content Add .update() method to Content Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant