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

feat: add export/import methods to httpcore and improve ItemContainer #28

Merged
merged 6 commits into from
Mar 24, 2024

Conversation

gormaniac
Copy link
Owner

Adds the addFeedData, exportStorm, and stormlist methods to the stormlibpp.httpcore.HttpCortex object.

Also updates stormlibpp.node.ItemContainer to use a dict instead of a SimpleNamespace under the hood. ItemContainer now supports item deletion, and passes through the underlying dict's methods (such as get and pop) so they can be called as if they were methods implemented on ItemContainer.

@gormaniac gormaniac self-assigned this Mar 24, 2024
@gormaniac gormaniac merged commit 969d56b into main Mar 24, 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 this pull request may close these issues.

1 participant