ListenNotes

부분 유료
분류별 Listen Notes | 업데이트됨 21日前 | Media
인기

9.3 / 10

지연 시간

97ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입