Installation
Add this line to your application’s Gemfile:Getting started
Authentication
To make API requests, you need to create a RestClient and provide it with authentication credentials, which you can find on the Overview page of the Plivo console. We recommend that you store your credentials in the PLIVO_AUTH_ID and the PLIVO_AUTH_TOKEN environment variables, to avoid the possibility of accidentally committing them to source control. If you do this, you can initialize the client with no arguments and it will automatically fetch them from the environment variables:The basics
The SDK uses consistent interfaces to create, retrieve, update, delete, and list resources. The pattern is:resource
directly to update and delete it. For example: