Closed 8oris closed 4 years ago
Ok, my bad. I should user '/users/' instead of channel. So:
vimeo_api = vimeo.VimeoClient( token="...", key="....", secret="...") vimeo_api.get('/users/' + vimeo_id, params={"fields": "uri,name,bio,created_time,websites,metadata.connections.followers.total,metadata.connections.videos.total"})
It works like a charm. Sorry for my n00b's question.
Hey there,
How retrieving channel's metadatas with this package? I tryed:
But I got a 404. :'(
Thanks.
Regards.