You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Re-worded the Searching, Purchasing, and Secrets sections to read more
similarly to the earlier sections
- Fixed `existing` typos
- Standardized punctuation
- Fixed broken `issues` link, added `pulls` link
An API is provided to allow you to rotate your API secrets. You can create a new secret (up to a maximum of two secrets) and delete the existing one once all applications have been updated.
Delete the old secret (any application still using these credentials will stop working):
425
+
And delete the old secret (any application still using these credentials will stop working):
426
426
427
427
```php
428
428
try {
@@ -442,9 +442,9 @@ Fatal error: Uncaught exception 'GuzzleHttp\Exception\RequestException' with mes
442
442
443
443
This is due to some PHP installations not shipping with a list of trusted CA certificates. This is a system configuration problem, and not specific to either cURL or Nexmo.
444
444
445
-
> *IMPORTANT*: In the next paragraph we provide a link to a CA certificate bundle. Nexmo do not guarantee the safety of this bundle, and you should review it yourself before installing any CA bundle on your machine
445
+
> *IMPORTANT*: In the next paragraph we provide a link to a CA certificate bundle. Nexmo do not guarantee the safety of this bundle, and you should review it yourself before installing any CA bundle on your machine.
446
446
447
-
To resolve this issue, download a list of trusted CA certificates (e.g. the [curl](https://curl.haxx.se/ca/cacert.pem) bundle) and copy it on to your machine. once this is done, edit `php.ini` and set the `curl.cainfo` parameter:
447
+
To resolve this issue, download a list of trusted CA certificates (e.g. the [curl](https://curl.haxx.se/ca/cacert.pem) bundle) and copy it on to your machine. Once this is done, edit `php.ini` and set the `curl.cainfo` parameter:
448
448
449
449
```
450
450
# Linux/MacOS
@@ -504,7 +504,7 @@ The `legacy` branch can be used to require that earlier version. During the tran
504
504
branches will have both new and legacy code. The [API coverage](#API-Coverage) section identifies what features are
505
505
currently implemented and up to date.
506
506
507
-
To contribute to the library, docs, or examples, [create an issue][issues] or a pull request. Please only raise issues
507
+
To contribute to the library, docs, or examples, [create an issue][issues] or [a pull request][pulls]. Please only raise issues
508
508
about features marked as working in the [API coverage](#API-Coverage) as the rest of the code is being updated.
509
509
510
510
License
@@ -519,3 +519,5 @@ This library is released under the [MIT License][license]
0 commit comments