I have been trying to download a copy of the entire catalog. I believe I am doing it right, but could someone post an example query to the catalog/index?
I am using Flixo right now, and when I try to query the catalog/index, it starts a transfer, but then stops after about 20 megs. Any ideas? Thanks.
You can use the OAuth test page to generate the URI, and then cut and paste it into a curl line. I wrote a small java oauth client that I call via Groovy that forwards commands to curl. Beanshells would work as well, I'd think.
Hello,
I have been trying to download a copy of the entire catalog. I believe I am doing it right, but could someone post an example query to the catalog/index?
I am using Flixo right now, and when I try to query the catalog/index, it starts a transfer, but then stops after about 20 megs. Any ideas? Thanks.
-Thomas
Message edited by thomaspinkneybarnwell 3 years ago
Tags
thomaspinkneybarnwell – 3 years ago
Correct that, I am trying to query catalog/titles/index to retrieve the entire catalog.
-Thomas
John Haren – 3 years ago
That is the correct path. My advice is to use curl instead of Flixo.
Thinking Ahead LLC – 3 years ago
how would you use oauth with curl??
John Haren – 3 years ago
You can use the OAuth test page to generate the URI, and then cut and paste it into a curl line. I wrote a small java oauth client that I call via Groovy that forwards commands to curl. Beanshells would work as well, I'd think.