仕事で必要になった Vimeo API を試すまでのメモ。
- Vimeo アカウントをつくる
- https://developer.vimeo.com の右上の
New app
をクリックし、API 用のアプリケーションを作成するApp name
はけっこう短めじゃないとつくれないみたい- 説明は
The app will try the vimeo api for development purpose. This is because I need to try out a whole set of APIs to upgrade to the business plan.
みたいにした
- 動画アップロード権限をリクエストする
- Getting Started: Uploading Videos | Vimeo Developer
- App の説明と同じような英文でリクエスト
- 2,3営業日くらいしたら承認された旨のメールがきた
- アクセストークンを生成する
- 試してみる
$ curl https://api.vimeo.com/tutorial -H "Authorization: bearer ACCESS_TOKEN"
{
"message": "Success! You just interacted with the Vimeo API. Your dev environment is configured correctly, and the client ID, client secret, and access token that you provided are all working fine.",
"next_steps_link": "https://developer.vimeo.com/api/guides/videos/upload",
"token_is_authenticated": true