created requests to change data anilist
This commit is contained in:
parent
2dd0114cc3
commit
24a4d4e0d6
@ -1,58 +0,0 @@
|
|||||||
meta {
|
|
||||||
name: AniList Item
|
|
||||||
type: graphql
|
|
||||||
seq: 2
|
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
|
||||||
url: https://graphql.anilist.co
|
|
||||||
body: graphql
|
|
||||||
auth: none
|
|
||||||
}
|
|
||||||
|
|
||||||
headers {
|
|
||||||
Content-Type: "application/json"
|
|
||||||
Accept: "application/json"
|
|
||||||
}
|
|
||||||
|
|
||||||
body:graphql {
|
|
||||||
query ($id: Int, $listType: MediaType) {
|
|
||||||
Media(id: $id, type: $listType) {
|
|
||||||
id
|
|
||||||
idMal
|
|
||||||
title {
|
|
||||||
romaji
|
|
||||||
english
|
|
||||||
native
|
|
||||||
}
|
|
||||||
description
|
|
||||||
coverImage {
|
|
||||||
large
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
body:graphql:vars {
|
|
||||||
{
|
|
||||||
"id": 157371,
|
|
||||||
"listType": "ANIME"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
docs {
|
|
||||||
Title
|
|
||||||
|
|
||||||
Image
|
|
||||||
|
|
||||||
Description
|
|
||||||
|
|
||||||
Episodes
|
|
||||||
|
|
||||||
Status
|
|
||||||
|
|
||||||
Season
|
|
||||||
|
|
||||||
External & Streaming Links
|
|
||||||
}
|
|
@ -1,103 +0,0 @@
|
|||||||
meta {
|
|
||||||
name: AniList MediaList User Query
|
|
||||||
type: graphql
|
|
||||||
seq: 6
|
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
|
||||||
url: https://graphql.anilist.co
|
|
||||||
body: graphql
|
|
||||||
auth: none
|
|
||||||
}
|
|
||||||
|
|
||||||
headers {
|
|
||||||
Content-Type: "application/json"
|
|
||||||
Accept: "application/json"
|
|
||||||
}
|
|
||||||
|
|
||||||
body:graphql {
|
|
||||||
# Write your query or mutation here
|
|
||||||
query(
|
|
||||||
$page: Int
|
|
||||||
$perPage: Int
|
|
||||||
$userId: Int
|
|
||||||
$listType: MediaType
|
|
||||||
$status: MediaListStatus
|
|
||||||
) {
|
|
||||||
Page(page: $page, perPage: $perPage) {
|
|
||||||
pageInfo {
|
|
||||||
total
|
|
||||||
perPage
|
|
||||||
currentPage
|
|
||||||
lastPage
|
|
||||||
hasNextPage
|
|
||||||
}
|
|
||||||
mediaList(userId: $userId, type: $listType, status: $status) {
|
|
||||||
id
|
|
||||||
mediaId
|
|
||||||
userId
|
|
||||||
media {
|
|
||||||
id
|
|
||||||
idMal
|
|
||||||
title {
|
|
||||||
romaji
|
|
||||||
english
|
|
||||||
native
|
|
||||||
}
|
|
||||||
description
|
|
||||||
coverImage {
|
|
||||||
large
|
|
||||||
}
|
|
||||||
season
|
|
||||||
seasonYear
|
|
||||||
episodes
|
|
||||||
}
|
|
||||||
status
|
|
||||||
notes
|
|
||||||
progress
|
|
||||||
score
|
|
||||||
repeat
|
|
||||||
user {
|
|
||||||
id
|
|
||||||
statistics {
|
|
||||||
anime {
|
|
||||||
count
|
|
||||||
statuses {
|
|
||||||
status
|
|
||||||
count
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
body:graphql:vars {
|
|
||||||
{
|
|
||||||
"page": 1,
|
|
||||||
"perPage": 20,
|
|
||||||
"userId": 413504,
|
|
||||||
"listType": "ANIME",
|
|
||||||
"status": "CURRENT"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
docs {
|
|
||||||
Title
|
|
||||||
Image
|
|
||||||
Description
|
|
||||||
Episodes
|
|
||||||
Status
|
|
||||||
Season
|
|
||||||
External & Streaming Links
|
|
||||||
|
|
||||||
User Stuff Per Item
|
|
||||||
Status
|
|
||||||
Score
|
|
||||||
Episode Progress
|
|
||||||
Total Rewatches
|
|
||||||
Notes
|
|
||||||
}
|
|
@ -1,28 +0,0 @@
|
|||||||
meta {
|
|
||||||
name: AniList MediaList User
|
|
||||||
type: http
|
|
||||||
seq: 5
|
|
||||||
}
|
|
||||||
|
|
||||||
post {
|
|
||||||
url: https://graphql.anilist.co
|
|
||||||
body: none
|
|
||||||
auth: none
|
|
||||||
}
|
|
||||||
|
|
||||||
docs {
|
|
||||||
Title
|
|
||||||
Image
|
|
||||||
Description
|
|
||||||
Episodes
|
|
||||||
Status
|
|
||||||
Season
|
|
||||||
External & Streaming Links
|
|
||||||
|
|
||||||
User Stuff Per Item
|
|
||||||
Status
|
|
||||||
Score
|
|
||||||
Episode Progress
|
|
||||||
Total Rewatches
|
|
||||||
Notes
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
meta {
|
meta {
|
||||||
name: GetAuthorizationToken
|
name: GetAuthorizationToken
|
||||||
type: http
|
type: http
|
||||||
seq: 4
|
seq: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
post {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
meta {
|
meta {
|
||||||
name: Load AniList Oauth Page
|
name: Load AniList Oauth Page
|
||||||
type: http
|
type: http
|
||||||
seq: 3
|
seq: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user