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

Pointing to new API endpoint #378

Merged
merged 1 commit into from
May 20, 2018
Merged

Pointing to new API endpoint #378

merged 1 commit into from
May 20, 2018

Conversation

insidegui
Copy link
Owner

As mentioned in #376, we would like to be able to add our own content to playlists in the future.

This PR changes the API endpoint from api2017.wwdc.io, which was a redirect hosted on a DigitalOcean server sending all requests directly to Apple's API, to api2018.wwdc.io, which is powered by CloudFlare and will allow us to modify the original response if we want to.

This could also be a good way to fix incompatibilities that can arise from Apple changing their API, we can translate between their API and what we expect using the worker instead of changing code in the app itself.

@insidegui insidegui added the core label May 18, 2018
@insidegui insidegui merged commit fe67f5e into master May 20, 2018
@bcmn bcmn deleted the rambo/api2018 branch May 20, 2018 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant