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
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.
The text was updated successfully, but these errors were encountered:
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:
We should support multiple output, including:
Any more?
This will make the library much more useful for people, with less boilerplate work needed.
The text was updated successfully, but these errors were encountered: