forked from segabito/ZenzaWatch
-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
MylistPocket: マイリストを操作できない #6
Labels
Comments
Lines 2418 to 2497 in 7687a7a
Lines 3548 to 3553 in 7687a7a
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
www.nicovideo.jp/mylist_add/video/${watchId}
が消えてるのでMylistPocketが使えないZenzaWatchで使ってるマイリスト関連APIから使えるやつ並べておく
あとで見る(とりあえずマイリスト) API endpoint
nvapi.nicovideo.jp
POST /v1/users/me/deflist/items/${watchId}
POST /v1/users/me/watch-later
body:watchId=${watchId}&memo=${memo}
マイリスト API endpoint
nvapi.nicovideo.jp
POST /v1/users/me/mylists/${mylistId}/items?itemId=${itemId:watchId}&description=${memo}
The text was updated successfully, but these errors were encountered: