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

Support entities #62

Closed
5 of 7 tasks
lognaturel opened this issue Mar 12, 2024 · 2 comments · Fixed by #65
Closed
5 of 7 tasks

Support entities #62

lognaturel opened this issue Mar 12, 2024 · 2 comments · Fixed by #65
Milestone

Comments

@lognaturel
Copy link
Member

lognaturel commented Mar 12, 2024

Should we also create an entity_list module by analogy to the form/submission separation?

@lognaturel lognaturel added this to the Next milestone Mar 12, 2024
@kanhirun
Copy link

kanhirun commented Mar 13, 2024

This feature is something my team is interested as well.

We're using pyodk to continuously pull data from ODK Cloud. However, if we could directly access the entity data, it would be better. Currently, we have to create our own entity model from the submissions data, which can cause confusion or inconsistencies.

@lognaturel
Copy link
Member Author

Thanks so much for that feedback, @kanhirun! Our approach to pyodk has been to add support for functionality as its requested so please let us know as you have needs that we could address!

In general, you should be able to use any Central endpoint directly using https://getodk.github.io/pyodk/http-methods/. It's not as convenient as using the built-in methods but it's something to consider if we don't yet have nice methods for functionality you'd like to use.

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.

2 participants