twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
280 stars 40 forks source link

feat: add param setters #74

Closed childish-sambino closed 3 years ago

childish-sambino commented 3 years ago

This allows for optional operation parameters to be set without requiring additional variables to store the values.

Relates to https://github.com/twilio/twilio-oai-generator/pull/42