RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

Fixed Login #6

Closed chrisjoyce911 closed 6 years ago

chrisjoyce911 commented 6 years ago

Was POST https://rocketchat.server/api/v1/login HTTP/1.1 1 1 map[Content-Type:[application/json]] {password=PASSWORD&user=USER}

Now POST https://rocketchat.server/api/v1/login HTTP/1.1 1 1 map[Content-Type:[application/json]] {{"username":"USER","password":"PASSWORD"}}

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

geekgonecrazy commented 6 years ago

Thanks for your contributions!

It looks like you may have combined changes from #8 into this same PR. So this PR is dependable on #8 being merged