File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,15 @@ class Client
217
217
/**
218
218
* Initialize the client.
219
219
*
220
- * @param string $host the base url (e.g. https://api.sendgrid.com)
220
+ /**
221
+ * @param string $host The base URL (e.g., https://api.sendgrid.com).
222
+ * @param array|null $headers Global request headers. If provided, these headers will be included in every request.
223
+ * @param string|null $version API version (configurable). This is specific to the SendGrid API.
224
+ * @param array|null $path Holds the segments of the URL path.
225
+ * @param array|null $curlOptions Extra options to set during cURL initialization.
226
+ * @param bool $retryOnLimit Set default retry on limit flag.
227
+ * @param bool $verifySSLCerts Set default verify SSL certificates flag.
228
+ */
221
229
* @param array|null $ headers global request headers
222
230
* @param string|null $ version api version (configurable) - this is specific to the SendGrid API
223
231
* @param array|null $ path holds the segments of the url path
You can’t perform that action at this time.
0 commit comments