diff --git a/http.md b/http.md index fe58ae2..2a961cc 100644 --- a/http.md +++ b/http.md @@ -37,6 +37,34 @@ https://blueprintue.com/blueprint/7u_13489/ https://blueprintue.com/blueprint/gmc3vcdj/ +> PlayerJson, ${record} + +```json +{ + "character": [ + { "id": 3, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ], + "item": [ + { "id": 300, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ], + "card": [ + { "id": 300, "cp": 1, "op": 0, "sp": 0, "mode": 0, "rare": 0, "shiny": false, "unique": false, "cid":null } + ] +} +``` + +> PlayerData + +```json +{ + "repo": $repo, + "did": $did, + "collection": $collection, + "rkey": $rkey, + "record": $record +} +``` + ## 他のplugin - https://github.com/ufna/VaRest