Roku Direct Publisher

Roku Direct Publisher - the easiest way to create a great TV experience. Learn more about how to create a Roku channel and share your experiences with others.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
coskel
Roku Guru

Re: Categories using Vimeo Showcases for Feed URL

I use Categories in Vimeo.

Postman collection works, although I have seen it slow down the channel sometimes.

xxxxxxxxx = your vimeo ID

Bearer key is an API key you can make in Vimeo.

Hope this helps.

{
"info": {
"_postman_id": "3bb66754-d0d1-44fb-a754-721c20f2f2d7",
"name": "vimeo_dev",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums?page=1",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.vimeo.com/users/xxxxxxxxx/albums?page=1",
"protocol": "https",
"host": [
"api",
"vimeo",
"com"
],
"path": [
"users",
"xxxxxxxxx",
"albums"
],
"query": [
{
"key": "page",
"value": "1"
}
]
}
},
"response": []
},
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.vimeo.com/users/xxxxxxxxx/albums?page=2",
"protocol": "https",
"host": [
"api",
"vimeo",
"com"
],
"path": [
"users",
"xxxxxxxxx",
"albums"
],
"query": [
{
"key": "page",
"value": "2"
}
]
}
},
"response": []
},
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums/9015535/videos",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": "https://api.vimeo.com/users/xxxxxxxxx/albums/9015535/videos"
},
"response": []
},
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums?page=2",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": {
"raw": "https://api.vimeo.com/users/xxxxxxxxx/albums?page=2",
"protocol": "https",
"host": [
"api",
"vimeo",
"com"
],
"path": [
"users",
"xxxxxxxxx",
"albums"
],
"query": [
{
"key": "page",
"value": "2"
}
]
}
},
"response": []
},
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums/9015535/videos",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": "https://api.vimeo.com/users/xxxxxxxxx/albums/9015535/videos"
},
"response": []
},
{
"name": "https://api.vimeo.com/users/xxxxxxxxx/albums/8165372/videos",
"request": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/vnd.vimeo.*+json;version=3.4",
"type": "text"
},
{
"key": "Authorization",
"value": "bearer key goes here",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"url": "https://api.vimeo.com/users/xxxxxxxxx/albums/8165372/videos"
},
"response": []
}
]
}

 

Channels: Go Live Sports Cast/Audion - Audiobooks On Demand
"All I've had today is, like, six gummy bears and some scotch."
0 Kudos
UTV
Newbie

Re: Categories using Vimeo Showcases for Feed URL

New to this Vimeo to Roku.  I was so excited when it went live.  Then I thought categories would be great! I went in and tagged but soon started seeing the confusion between Vimeo and Roku.  Hoping this can be quickly resolved.  It would be great without coding and third-party software.  

0 Kudos