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

Add XML event format support #48

Closed
durera opened this issue Oct 23, 2016 · 1 comment
Closed

Add XML event format support #48

durera opened this issue Oct 23, 2016 · 1 comment

Comments

@durera
Copy link
Collaborator

durera commented Oct 23, 2016

  • encode should take the data dictionary and convert to an XML string
  • decode should take an XML string and convert to a python dictionary object
  • register the new codec as the default handler for the "xml" format_string in the application, device & gateway clients
  • extend the aplication.httpClient and device.httpClientto support json and xml formats instead of always using json.
@Lokesh-K-Haralakatta
Copy link
Contributor

This is addressed through Merge request #52. I think, we can close this issue.

@durera durera closed this as completed Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants