Closed pkosiec closed 11 months ago
Hey @PrasadG193, looks like the Travis is not executed. Should I try to force create a new commit (git commit --amend --no-edit && git commit push -f
), or is it a problem with the pipeline itself?
@pkosiec could you please rebase the PR? I am not sure why the build action is not getting triggered, could be because its waiting on push event
Sure, will do that in 1-2 hours 👍
@PrasadG193 done 👍
Hi, First of all, awesome library! We were missing an ability to send authenticated requests for team details. That's why I implemented such functionality in the Connector Client.
This PR brings two improvements:
Get
method for Connector Client (to get channels, team details, etc.)activity
for the ClientDelete
methodLet me know what you think! Cheers!
Resolves #71