We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ba374 commit 8e047c8Copy full SHA for 8e047c8
README.md
@@ -13,6 +13,20 @@ $vimeo->upload('/home/aaron/foo.mp4');
13
14
// Want to use a facade?
15
Vimeo::uploadImage('/videos/123/images', '/home/aaron/bar.png', true);
16
+Vimeo::upload($video, [
17
+ 'name' => NAME,
18
+ 'privacy.view' => [
19
+ 'anybody',
20
+ 'contacts',
21
+ 'disable',
22
+ 'nobody',
23
+ 'password',
24
+ 'unlisted',
25
+ 'users'
26
+ ],
27
+ 'folder_uri' => 'https://vimeo.com/manage/folders_name/folder_id'
28
+]);
29
+Vimeo::request('/videos/'. $value, ['per_page' => 2], 'GET');
30
```
31
32
[](https://travis-ci.org/vimeo/laravel)
0 commit comments