We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53c9f8 commit 6ac9332Copy full SHA for 6ac9332
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