sfreiberg / gotwilio

Twilio library for Go (golang).
BSD 2-Clause "Simplified" License
342 stars 136 forks source link

API keys are not used #38

Closed jniedrauer closed 6 years ago

jniedrauer commented 6 years ago

Basic auth is hardcoded to use account SID and auth token. API keys can be set but they are ignored. You also can't pass in API keys as the account SID and auth token because the account SID is used to generate the URL for API requests.

jniedrauer commented 6 years ago

https://github.com/sfreiberg/gotwilio/pull/39

sfreiberg commented 6 years ago

Thanks for the bug report and PR! It's been merged.