Skip to content

Commit

Permalink
Add Vimeo tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 24, 2019
1 parent d54791e commit 194eef2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/how_to_get_vimeo_token.md
@@ -0,0 +1,16 @@
# How to get Vimeo API token

1. Create an account on https://vimeo.com
2. Navigate to https://developer.vimeo.com
3. Click `New app` button.
![Create a new app](img/vimeo_create_app.png)
4. Click `Create App`.
5. Navigate to [Generate an access token](https://developer.vimeo.com/apps/160740#generate_access_token) section.
![Generate an access token](img/vimeo_access_token.png)
6. Click `Generate`.
![Tokens](img/vimeo_token.png)
7. Copy a token to your CLI's configuration file.
```toml
[tokens]
vimeo = "ecd4d34b07bcb9509ABCD"
```
Binary file removed docs/img/architecture.png
Binary file not shown.
Binary file added docs/img/vimeo_access_token.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/vimeo_create_app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/vimeo_token.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 194eef2

Please sign in to comment.