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

More input / output data structures #3

Open
odscjames opened this issue Nov 13, 2024 · 0 comments
Open

More input / output data structures #3

odscjames opened this issue Nov 13, 2024 · 0 comments

Comments

@odscjames
Copy link
Contributor

Currently the library only accepts input by building python objects up. It only outputs is it's own format of JSON.

We should support multiple inputs, including:

  • XML
  • The JSON structure that the activities API of the datastore outputs, so you can feed results from the API straight into this library. (Ideally the transactions API too but I'm not sure that is possible, as needed information about the activity is missing)

We should support multiple output, including:

  • XML

Any more?

This will make the library much more useful for people, with less boilerplate work needed.

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

No branches or pull requests

1 participant