We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b53c9f8 + 6ac9332 commit 363c3a0Copy full SHA for 363c3a0
1 file changed
src/Vimeo/Vimeo.php
@@ -35,7 +35,7 @@ class Vimeo
35
const CLIENT_CREDENTIALS_TOKEN_ENDPOINT = '/oauth/authorize/client';
36
const VERSIONS_ENDPOINT = '/versions';
37
const VERSION_STRING = 'application/vnd.vimeo.*+json; version=3.4';
38
- const USER_AGENT = 'vimeo.php 3.0.8; (http://developer.vimeo.com/api/docs)';
+ const USER_AGENT = 'vimeo.php 4.0.1; (http://developer.vimeo.com/api/docs)';
39
const MAX_BACKOFF = 8;
40
41
/** @var array */
0 commit comments