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

PLAT-10370: Connection Service Implementation #118

Merged
merged 6 commits into from
Feb 10, 2021

Conversation

symphony-hong
Copy link
Contributor

Ticket

PLAT-10370

Description

Connection Service Implementation

ConnectionService class in connection_service.py to wrap all the connection endpoints presented in https://developers.symphony.com/restapi/reference

ConnectionStatus enumeration in connection_status.py listing out all the available value can be set to Connection status.

ServiceFactory class in service_factory.py to construct the Service and provide them to the SymphonyBdk entry point.

SymphonyBdk#connections to use the connection service from the Bdk entry point.

ConnectionService example added.

Unittest added.

Docstring added.

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist

  • Referenced a ticket in the PR title and in the corresponding section
  • Filled properly the description and dependencies, if any
  • Unit tests updated or added
  • Docstrings added or updated
  • Updated the documentation in docs folder

ConnectionService class in connection_service.py to wrap all the connection endpoints presented in https://developers.symphony.com/restapi/reference

ConnectionStatus enumeration in connection_status.py listing out all the available value can be set to Connection status.

ServiceFactory class in service_factory.py to construct the Service and provide them to the SymphonyBdk entry point.

SymphonyBdk#connections to use the connection service from the Bdk entry point.

ConnectionService example added.

Unittest added.

Docstring added.
Copy link
Contributor

@symphony-elias symphony-elias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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 this pull request may close these issues.

4 participants