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

Data types for user, comment, post, instance, etc. #26

Open
amarpersaud opened this issue Jul 19, 2023 · 0 comments
Open

Data types for user, comment, post, instance, etc. #26

amarpersaud opened this issue Jul 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@amarpersaud
Copy link
Owner

Describe the feature
Data type objects for posts, comments, instances and users. This would be helpful for interacting with the objects purely in python without constantly indexing lists.

There are two ways this can be implemented. First, the json/list objects can be parsed into python objects. Secondly a custom object type can be implemented. The former would be easy to implement, but have odd topology due to how the json objects are formatted. The latter would be possible to generate an easy to use topology

@amarpersaud amarpersaud added the enhancement New feature or request label Jul 19, 2023
@amarpersaud amarpersaud self-assigned this Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant