Closed Derro8 closed 6 months ago
Are these endpoints already in use on the Crunchyroll website/app?
Are these endpoints already in use on the Crunchyroll website/app?
Not yet, but they've announced it'll be hopefully released by the end of April. https://www.crunchyroll.com/news/announcements/2024/4/3/mutiple-profiles-crunchyroll
Also you can't test them anymore since they've been put behind the oauth scope "mp" and "mp:limited" which I'm guessing only developers have at this moment in time.
Multiple profiles hasn't been added yet but they've made some endpoints for it like
/accounts/v1/me/multiprofile
and/accounts/v1/me/multiprofile/{profile_uuid}
, was thinking could add them for possible future proofing I would do it myself but I'm not confident enough in rust to do so.These are the endpoints I could find and figure out how to use: getMultiProfile, getMultiProfiles, deleteMultiProfile, createMultiProfile, editMultiProfile, switchProfile.