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:
parent
33d465a2cd
commit
17f13bd74b
63
README.md
63
README.md
@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
````
|
||||
|
Loading…
x
Reference in New Issue
Block a user