Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplecast Connector Issues #12

Open
JoseAnaya28 opened this issue Apr 15, 2024 · 5 comments
Open

Simplecast Connector Issues #12

JoseAnaya28 opened this issue Apr 15, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@JoseAnaya28
Copy link

@apentori

@apentori apentori self-assigned this Apr 16, 2024
@apentori apentori added the bug Something isn't working label Apr 16, 2024
@apentori
Copy link
Collaborator

The API is well done and the pagination is easy to add.

There is something that bother me however: the analytics endpoints like : analytics/location or analytics/episode?podcast=id don't appear in the documentation. Will they disappear ?

Adding the analytics?epidode endpoint is doable, however how do i name the object ? analytic_episode is already used for the object from analytics/episodes?podcast.

@apentori
Copy link
Collaborator

airbyte_cdk.sources.streams.http.exceptions.DefaultBackoffException: Request URL: https://api.simplecast.com/analytics?episode=6677f85d-b41e-4c2e-ae28-0f22b1132455, Response Code: 429, Response Text: {"status":429,"href":null,"error_message":"You have exceeded your api key request quota for this account","error":"too_many_requests"}

We might have an issue here, it's probably due to my multiple test

@apentori
Copy link
Collaborator

apentori commented Apr 17, 2024

204812e

I will update the connector later, when the API has reset the quota

@apentori
Copy link
Collaborator

https://help.simplecast.com/en/articles/2724796-simplecast-2-0-api#versioning

We will add a versioning option to the header soon. But, rest assured, we won't make any breaking changes in the meantime.

We should be good for the old endpoint.

@JoseAnaya28
Copy link
Author

Adding the analytics?epidode endpoint is doable, however how do i name the object ? analytic_episode is already used for the object from analytics/episodes?podcast.

We can name it: analytics_episode_downloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants