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

client management apis(raise_event, createCheckStatusResponse) #43

Merged
merged 18 commits into from
Feb 18, 2020

Conversation

shervyna
Copy link

@shervyna shervyna commented Feb 6, 2020

resolves #44 , #48

  • createCheckStatusResponse api
  • raiseEvent api
  • async using aiohttp
  • update sample for external_events with use case

@shervyna shervyna marked this pull request as ready for review February 12, 2020 09:04
@shervyna shervyna changed the title client management apis(draft) client management apis(raise_event, createCheckStatusResponse) Feb 12, 2020
@shervyna shervyna requested review from scgbear and priyaananthasankar and removed request for scgbear February 12, 2020 09:04

# tasks = []
Copy link
Member

Choose a reason for hiding this comment

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

Can we remove the commented out code? Not a big fan of leaving that in the source code

Copy link
Author

Choose a reason for hiding this comment

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

yeah sorry about that, I was planning to write this part after Createtimer is merged so that I can write a complete sample. but i think I dont have much time left in this project so maybe I will just put a simple sample here and remove the commented code

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you leave a TODO so that I can fill that up with createTimer?

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.

implement client management apis
3 participants