Changeset 39087 in project for wiki/eggref/4/send-grid
- Timestamp:
- 10/31/20 03:07:38 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/send-grid
r32653 r39087 25 25 * [[SRFI-1]] 26 26 * [[SRFI-18]] 27 * [[base64]] 27 28 28 29 === List of Parameters … … 37 38 38 39 This is your SendGrid api key specified as a string. 40 41 ==== {{api-version}} 42 <parameter>(api-version version)</parameter> 43 44 A string indicating the SendGrid API version to use. The default is "2". Version "3" is also supported. After December 9th, 2020, this library may set the default to "3" when support for version 2 is officially ended. 45 46 As far as this library's interface, the input and output are the same for both API versions. 39 47 40 48 === List of Procedures … … 67 75 === Version History 68 76 77 ==== Version 3.0.0 78 Adding backwards compatible support for SendGrid API version 3. 69 79 ==== Version 2.0.1 70 80 Add support for file attachments. (Thanks to Sven Hartrumpf)
Note: See TracChangeset
for help on using the changeset viewer.