Skip to content

Commit ab41b34

Browse files
committed
Fix helper libraries taglines
1 parent 31925d9 commit ab41b34

File tree

767 files changed

+767
-767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

767 files changed

+767
-767
lines changed

client/response-twiml-client/response-twiml-client.4.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('/path/to/twilio-php/Services/Twilio.php');

client/response-twiml-client/response-twiml-client.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('vendor/autoload.php');

client/response-twiml-dial/response-twiml-dial.4.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('/path/to/twilio-php/Services/Twilio.php');

client/response-twiml-dial/response-twiml-dial.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('vendor/autoload.php');

client/response-twiml/response-twiml.4.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('/path/to/twilio-php/Services/Twilio.php');

client/response-twiml/response-twiml.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the PHP helper library from twilio.com/docs/php/install
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33

44
// this line loads the library
55
require('vendor/autoload.php');

deployed-devices/rest/certificates/create-certificate/create-certificate.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/certificates/create-certificate/create-certificate.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/certificates/create-certificate/create-certificate.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/create-certificate/create-certificate.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from pathlib import Path
33
from Twilio.rest import Client
44

deployed-devices/rest/certificates/create-certificate/create-certificate.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/certificates/delete-certificate/delete-certificate.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/certificates/delete-certificate/delete-certificate.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/certificates/delete-certificate/delete-certificate.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/delete-certificate/delete-certificate.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/delete-certificate/delete-certificate.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/certificates/list-certificates/list-certificates.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/certificates/list-certificates/list-certificates.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/certificates/list-certificates/list-certificates.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/list-certificates/list-certificates.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/list-certificates/list-certificates.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/certificates/retrieve-certificate/retrieve-certificate.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/certificates/retrieve-certificate/retrieve-certificate.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/certificates/retrieve-certificate/retrieve-certificate.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/retrieve-certificate/retrieve-certificate.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/retrieve-certificate/retrieve-certificate.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/certificates/update-certificate/update-certificate.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/certificates/update-certificate/update-certificate.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/certificates/update-certificate/update-certificate.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/update-certificate/update-certificate.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/certificates/update-certificate/update-certificate.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/deployments/create-deployment/create-deployment.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/deployments/retrieve-deployment/retrieve-deployment.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/deployments/update-deployment/update-deployment.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/create-device/create-device.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/devices/create-device/create-device.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/devices/create-device/create-device.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/create-device/create-device.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/create-device/create-device.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/devices/delete-device/delete-device.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/devices/delete-device/delete-device.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/devices/delete-device/delete-device.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/delete-device/delete-device.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/delete-device/delete-device.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/devices/list-devices/list-devices.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/devices/list-devices/list-devices.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/devices/list-devices/list-devices.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/list-devices/list-devices.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/list-devices/list-devices.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/devices/retrieve-device/retrieve-device.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/devices/retrieve-device/retrieve-device.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/devices/retrieve-device/retrieve-device.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/retrieve-device/retrieve-device.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/retrieve-device/retrieve-device.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/devices/update-device/update-device.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/devices/update-device/update-device.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/devices/update-device/update-device.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/update-device/update-device.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from Twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/devices/update-device/update-device.7.x.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/java
1+
// Get the Java helper library from https://twilio.com/docs/libraries/java
22
import com.twilio.Twilio;
33
import com.twilio.base.ResourceSet;
44
import com.twilio.rest.preview.deployedDevices.fleet;

deployed-devices/rest/fleets/create-fleet/create-fleet.5.x.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get the Node helper library from https://twilio.com/docs/libraries/csharp
1+
// Get the C# helper library from https://twilio.com/docs/libraries/csharp
22
using System;
33
using System.Collections.Generic;
44
using Twilio;

deployed-devices/rest/fleets/create-fleet/create-fleet.5.x.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Get the Node helper library from https://twilio.com/docs/libraries/php
2+
// Get the PHP helper library from https://twilio.com/docs/libraries/php
33
require_once '/path/to/vendor/autoload.php'; // Loads the library
44

55
use Twilio\Rest\Client;

deployed-devices/rest/fleets/create-fleet/create-fleet.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/ruby
1+
# Get the Ruby helper library from https://twilio.com/docs/libraries/ruby
22
require 'twilio-ruby'
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

deployed-devices/rest/fleets/create-fleet/create-fleet.6.x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Get the Node helper library from https://twilio.com/docs/libraries/python
1+
# Get the Python helper library from https://twilio.com/docs/libraries/python
22
from twilio.rest import Client
33

44
# Get your Account SID and Auth Token from https://twilio.com/console

0 commit comments

Comments
 (0)