Closed cwinters8 closed 1 year ago
GetEmailsCall should be an abstraction for the construction of the requests.Call that is currently being done in GetEmails and Email.Get. That way a consumer of the package can create a call and modify the body as needed.
GetEmailsCall
requests.Call
GetEmails
Email.Get
GetEmailsCall
should be an abstraction for the construction of therequests.Call
that is currently being done inGetEmails
andEmail.Get
. That way a consumer of the package can create a call and modify the body as needed.