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
DEVX-8720/DEVX-8686: Numbers, Meetings, and Proactive Connect maintenance (#314)
* Updating code comments for Numbers API implementation
* Adding deprecation warnings to Proactive Connect API implementation
* Adding deprecation warnings to Meetings API implementation
* Fixing links in README
Documentation for the Vonage Ruby JWT generator gem can be found at: https://www.rubydoc.info/gems/vonage-jwt
108
+
109
109
The documentation outlines all the possible parameters you can use to customize and build a token with.
110
110
111
111
### Logging
@@ -179,9 +179,6 @@ client = Vonage::Client.new(
179
179
180
180
By default the hosts are set to `api.nexmo.com` and `rest.nexmo.com`, respectively.
181
181
182
-
183
-
184
-
185
182
### Webhook signatures
186
183
187
184
Certain Vonage APIs provide signed [webhooks](https://developer.vonage.com/en/getting-started/concepts/webhooks) as a means of verifying the origin of the webhooks. The exact signing mechanism varies depending on the API.
@@ -300,10 +297,10 @@ Vonage APIs paginate list requests. This means that if a collection is requested
300
297
301
298
The `auto_advance` parameter is set to a default of `true` for the following APIs:
The [Vonage Messages API](https://developer.vonage.com/messages/overview) allows you to send messages over a number of different channels, and various message types within each channel. See the Vonage Developer Documentation for a [complete API reference](https://developer.vonage.com/api/messages-olympus) listing all the channel and message type combinations.
314
+
The [Vonage Messages API](https://developer.vonage.com/messages/overview) allows you to send messages over a number of different channels, and various message types within each channel. See the Vonage Developer Documentation for a [complete API reference](https://developer.vonage.com/en/api/messages) listing all the channel and message type combinations.
318
315
319
316
The Ruby SDK allows you to construct message data for specific messaging channels. Other than SMS (which has only one type -- text), you need to pass the message `:type` as well as the `:message` itself as arguments to the appropriate messages method, along with any optional properties if needed.
0 commit comments