Skip to content

Instantly share code, notes, and snippets.

View ItsWendell's full-sized avatar

Wendell Misiedjan ItsWendell

View GitHub Profile
@vool
vool / ryanapi.md
Last active March 22, 2026 23:30
Ryanair api endpoints

Note

This gist was created in 2015 with endpoints and parameters info for Ryanair’s API's, I just wrote a bit about it here

It's 2025, if you have landed here while looking to access Ryanair’s API I suggest you check out ryanair-py by Ciarán Ó hAoláin.


API domains

https://desktopapps.ryanair.com

https://github.com/thibauts/node-castv2 <- cast v2 implementation in nodejs. Client OK, server fails on authentication
https://github.com/thibauts/node-castv2/issues/2 <- problem description of receiver authentication
https://chromium.googlesource.com/chromium/chromium/+/8a6c33a47fa2986cfce9895829246f366804883e/chrome/browser/extensions/api/cast_channel/cast_auth_util.h
<- Google cast plugin to chromium, probably part of what we're supposed to get from google
https://chromium.googlesource.com/chromium/chromium/+/8a6c33a47fa2986cfce9895829246f366804883e/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc
<- authentication of receivers in cast plugin to chromium. Reason why we need google blessing to have any form of receiver
https://github.com/dz0ny/leapcast
https://github.com/EiNSTeiN-/chromecast-widevine-tools - CA API