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

Publisher/Subscribe example also for JSON data and ProtocolVersion in the init #65

Merged
merged 3 commits into from
Jun 19, 2021

Commits on Jun 18, 2021

  1. docs: Added a Publisher example, how to handle with the Client argume…

    …nts and added an example of how to deal with JSON data; included ProtocolVersion in the __init__.py so that we can directly summon the Enum from the package import
    tropxy committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c77d1d6 View commit details
    Browse the repository at this point in the history
  2. Added an examples section with a Mardown file with an extra example o…

    …f how to handle JSON data; Reverted the ProtocolVersion usage in the __init__.py for separation of concerns purposes (it will be addressed in a separate commit)
    tropxy committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9ba2b24 View commit details
    Browse the repository at this point in the history
  3. Added ProtocolVersion to the __init__.py to make it possible to addre…

    …ss it directly calling the lib module
    tropxy committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4403fbc View commit details
    Browse the repository at this point in the history