You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: