Compare commits
No commits in common. "fd806df0a916b11bb30b6e76e15f36520a7b223e" and "4d9c54a1163af4fa82ccc77a9ee98cc16d144697" have entirely different histories.
fd806df0a9
...
4d9c54a116
@ -25,7 +25,6 @@ body:graphql {
|
|||||||
media {
|
media {
|
||||||
id
|
id
|
||||||
idMal
|
idMal
|
||||||
genres
|
|
||||||
tags {
|
tags {
|
||||||
id
|
id
|
||||||
name
|
name
|
||||||
|
@ -1,76 +0,0 @@
|
|||||||
# @name AniList Change Episode Watched
|
|
||||||
|
|
||||||
POST https://graphql.anilist.co
|
|
||||||
Content-Type: applicaton/json
|
|
||||||
Accept: applicaton/json
|
|
||||||
X-REQUEST-TYPE: Graphql
|
|
||||||
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
|
||||||
|
|
||||||
mutation($mediaId:Int, $progress:Int, $status:MediaListStatus){
|
|
||||||
SaveMediaListEntry(mediaId:$mediaId, progress:$progress, status:$status){
|
|
||||||
id
|
|
||||||
mediaId
|
|
||||||
userId
|
|
||||||
media {
|
|
||||||
id
|
|
||||||
idMal
|
|
||||||
title {
|
|
||||||
romaji
|
|
||||||
english
|
|
||||||
native
|
|
||||||
}
|
|
||||||
description
|
|
||||||
coverImage {
|
|
||||||
large
|
|
||||||
}
|
|
||||||
season
|
|
||||||
seasonYear
|
|
||||||
status
|
|
||||||
episodes
|
|
||||||
nextAiringEpisode {
|
|
||||||
airingAt
|
|
||||||
timeUntilAiring
|
|
||||||
episode
|
|
||||||
}
|
|
||||||
isAdult
|
|
||||||
}
|
|
||||||
status
|
|
||||||
startedAt{
|
|
||||||
year
|
|
||||||
month
|
|
||||||
day
|
|
||||||
}
|
|
||||||
completedAt{
|
|
||||||
year
|
|
||||||
month
|
|
||||||
day
|
|
||||||
}
|
|
||||||
notes
|
|
||||||
progress
|
|
||||||
score
|
|
||||||
repeat
|
|
||||||
user {
|
|
||||||
id
|
|
||||||
name
|
|
||||||
avatar{
|
|
||||||
large
|
|
||||||
medium
|
|
||||||
}
|
|
||||||
statistics{
|
|
||||||
anime{
|
|
||||||
count
|
|
||||||
statuses{
|
|
||||||
status
|
|
||||||
count
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
"mediaId": 169417,
|
|
||||||
"progress": 12,
|
|
||||||
"status":"COMPLETED"
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
# @name AniList Change Status
|
|
||||||
|
|
||||||
POST https://graphql.anilist.co
|
|
||||||
Content-Type: applicaton/json
|
|
||||||
Accept: applicaton/json
|
|
||||||
X-REQUEST-TYPE: Graphql
|
|
||||||
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
|
||||||
|
|
||||||
mutation($mediaId:Int, $status:MediaListStatus){
|
|
||||||
SaveMediaListEntry(mediaId:$mediaId, status:$status){
|
|
||||||
id
|
|
||||||
status
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
"mediaId": 1,
|
|
||||||
"status": "CURRENT"
|
|
||||||
}
|
|
@ -1,65 +0,0 @@
|
|||||||
# @name AniList Change Count
|
|
||||||
|
|
||||||
POST https://graphql.anilist.co
|
|
||||||
Content-Type: applicaton/json
|
|
||||||
Accept: applicaton/json
|
|
||||||
X-REQUEST-TYPE: Graphql
|
|
||||||
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
|
||||||
|
|
||||||
mutation (
|
|
||||||
$mediaId: Int
|
|
||||||
$progress: Int
|
|
||||||
$status: MediaListStatus
|
|
||||||
$score: Float
|
|
||||||
$repeat: Int
|
|
||||||
$notes: String
|
|
||||||
$startedAt: FuzzyDateInput
|
|
||||||
$completedAt: FuzzyDateInput
|
|
||||||
) {
|
|
||||||
SaveMediaListEntry(
|
|
||||||
mediaId: $mediaId
|
|
||||||
progress: $progress
|
|
||||||
status: $status
|
|
||||||
score: $score
|
|
||||||
repeat: $repeat
|
|
||||||
notes: $notes
|
|
||||||
startedAt: $startedAt
|
|
||||||
completedAt: $completedAt
|
|
||||||
) {
|
|
||||||
mediaId
|
|
||||||
progress
|
|
||||||
status
|
|
||||||
score
|
|
||||||
repeat
|
|
||||||
notes
|
|
||||||
startedAt {
|
|
||||||
year
|
|
||||||
month
|
|
||||||
day
|
|
||||||
}
|
|
||||||
completedAt {
|
|
||||||
year
|
|
||||||
month
|
|
||||||
day
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
"mediaId": 170998,
|
|
||||||
"progress": 5,
|
|
||||||
"status": "CURRENT",
|
|
||||||
"score": 9.0,
|
|
||||||
"repeat": 0,
|
|
||||||
"notes": ",malSync::eyJ1IjoiaHR0cHM6Ly93d3cuY3J1bmNoeXJvbGwuY29tL3Nlcmllcy9HVkRIWDg1Wk4vI3NlYXNvbj1HNjNWQzJHUUsiLCJwIjoiIn0=::",
|
|
||||||
"startedAt": {
|
|
||||||
"year": 2024,
|
|
||||||
"month": 7,
|
|
||||||
"day": 10
|
|
||||||
},
|
|
||||||
"completedAt": {
|
|
||||||
"year": 0,
|
|
||||||
"month": 0,
|
|
||||||
"day": 0
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,17 +0,0 @@
|
|||||||
# @name AniList Delete Media
|
|
||||||
|
|
||||||
POST https://graphql.anilist.co
|
|
||||||
Content-Type: applicaton/json
|
|
||||||
Accept: applicaton/json
|
|
||||||
X-REQUEST-TYPE: Graphql
|
|
||||||
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
|
|
||||||
|
|
||||||
mutation ($id: Int) {
|
|
||||||
DeleteMediaListEntry(id: $id) {
|
|
||||||
deleted
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
"id": 430978266
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user