crunchy-labs / crunchyroll-rs

🦀 Pure Rust implementation of the Crunchyroll API
Apache License 2.0
62 stars 13 forks source link

Multiprofile endpoints #26

Closed Derro8 closed 6 months ago

Derro8 commented 11 months ago

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.

bytedream commented 11 months ago

Are these endpoints already in use on the Crunchyroll website/app?

Derro8 commented 11 months ago

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.

bytedream commented 6 months ago

Got (finally) added in v0.11.0