ListenNotes

ÜCRETSİZ PREMIUM
Taraf Listen Notes | Güncelleyen 17 дней назад | Media
Popülerlik

9.2 / 10

Gecikme

98ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

Problem with batch fetch episodes

Rapid account: Shaandsingh
shaandsingh
5 лет назад

This endpoint was working, but now I’m getting: “Endpoint/api/v1/episodes does not exist”. To fetch one episode, I would execute the following request: request( “https://api.listennotes.com/api/v1/episodes/” + episodeID,
method: .get,
headers: [“X-Mashape-Key” : API_KEY,
“Accept” : “application/json”])

This works fine. To batch fetch, I execute the following request:

request(“https://api.listennotes.com/api/v1/episodes”,
method: .post,
parameters: [“ids” : “id1,id2,id3,…”],
headers: [“X-Mashape-Key” : API_KEY,
“Content-Type” : “application/x-www-form-urlencoded”,
“Accept” : “application/json”])

I believe this is how it is set up in the documentation. Response is “Endpoint/api/v1/episodes does not exist”.

Rapid account: Listennotes
listennotes Commented 5 лет назад

I just did some configuration tweaking. POST to api.listennotes.com works.

Could you try POST https://api.listennotes.com/api/v1/episodes/ again?

Rapid account: Listennotes
listennotes Commented 5 лет назад

Ah, url redirect doesn’t work well with POST requests.

Maybe I should change it to GET request, or make sure url redirect could work with POST requests. Let me think about that.

Rapid account: Shaandsingh
shaandsingh Commented 5 лет назад

Using this URL works: https://listennotes.p.mashape.com/api/v1/episodes, so the problem is with api.listennotes.com

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun