All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Pull #18, Solves #17
- Add RestError Struct for an error handling
- Special thanks to Takahiro Ikeuchi for the PR!
- Pull #15, solves Issue #7
- Moved QueryParams processing into BuildRequestObject
- Special thanks to Gábor Lipták for the PR!
- Pull [#10] Allow for custom Content-Types
- Pull #9: Allow for setting a custom HTTP client
- Here is an example of usage
- This enables usage of the sendgrid-go library on Google App Engine (GAE)
- Special thanks to Chris Broadfoot and Sridhar Venkatakrishnan for providing code and feedback!
- Automatically add Content-Type: application/json when there is a request body
- Made the Request and Response variables non-redundant. e.g. request.RequestBody becomes request.Body
- these changes are thanks to deckarep. Thanks!
- more updates to error naming convention
- more error handing on HTTP request
- these changes are thanks to deckarep. Thanks!
- update error naming convention
- explicitely define supported HTTP verbs
- better error handing on HTTP request
- We are live!