0
0
mirror of https://github.com/JRSKelvin/GenshinRepository.git synced 2025-04-24 08:55:13 +00:00

Update README.md

Adding API response
This commit is contained in:
Rifqi Arief 2021-08-30 13:05:52 +07:00 committed by GitHub
parent 33d465a2cd
commit 17f13bd74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,63 @@
# GenshinRepository
This repository includes direct links to Genshin Impact updates, with this, it allows you to download Genshin Impact updates without a launcher, but using a download manager (like IDM, FDM, XDM, uGet, etc.)
This repository includes direct links to Genshin Impact updates, with this, it allows you to download Genshin Impact updates without a launcher, but using a download manager (like IDM, FDM, XDM, uGet, etc.)
API response
````markdown
{
"data": {
"game": {
"latest": {
"version": "",
"path": "",
"md5": "",
"voice_packs": [
{
"language": "",
"name": "",
"path": "",
"md5": ""
}
]
},
"diffs": [
{
"version": "",
"name": "",
"path": "",
"md5": "",
"voice_packs": [
{
"language": "",
"name": "",
"path": "",
"md5": ""
}
]
}
]
},
"plugin": {
"plugins": [
{
"name": "",
"path": "",
"md5": ""
}
]
},
"pre_download_game": {
"version": "",
"path": "",
"md5": "",
"voice_packs": [
{
"language": "",
"name": "",
"path": "",
"md5": ""
}
]
}
}
}
````