infracloudio / msbotbuilder-go

Microsoft Bot Framework SDK for Go
MIT License
139 stars 39 forks source link

Support Get method on Connector Client for Teams specific context #74

Closed pkosiec closed 11 months ago

pkosiec commented 1 year ago

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:

Let me know what you think! Cheers!

Resolves #71

pkosiec commented 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?

PrasadG193 commented 11 months ago

@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

pkosiec commented 11 months ago

Sure, will do that in 1-2 hours 👍

pkosiec commented 11 months ago

@PrasadG193 done 👍