mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Added userProfile api to Documentation
This commit is contained in:
parent
0fc9cb9fef
commit
c7a3f8fc2d
@ -1,13 +1,9 @@
|
||||
## Search
|
||||
# Search
|
||||
|
||||
### Details
|
||||
|
||||
**URL**
|
||||
## Request
|
||||
|
||||
GET https://android.clients.google.com/fdfe/search?c=3&q=firefox HTTP/1.1
|
||||
|
||||
**HEADERS**
|
||||
|
||||
Required headers are marked with a '*'
|
||||
|
||||
[ ] X-Ad-Id: 70417864-0f86-4451-b5aa-103de27a6af5
|
||||
@ -27,7 +23,7 @@ Required headers are marked with a '*'
|
||||
[ ] Connection: Keep-Alive
|
||||
[ ] Accept-Encoding: gzip
|
||||
|
||||
### Notes
|
||||
## Notes
|
||||
Search results can be divided into two categories:
|
||||
|
||||
1. Search query is *specific*.
|
||||
|
21
Documentation/userProfile/README.md
Normal file
21
Documentation/userProfile/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# userProfile
|
||||
|
||||
## Request
|
||||
|
||||
GET https://android.clients.google.com/fdfe/api/userProfile HTTP/1.1
|
||||
|
||||
Required headers are marked with a '*'
|
||||
|
||||
[ ] X-DFE-MCCMNC: 22201
|
||||
[ ] X-DFE-Logging-Id:
|
||||
[*] X-DFE-Device-Id: <hidden>
|
||||
[ ] X-DFE-Request-Params: timeoutMs=8000
|
||||
[*] User-Agent: Android-com.android.vending/8.4.19.V-all%20%5B0%5D%20%5BFP%5D%20175058788 (api=4,versionCode=80841900,sdk=25,device=A0001,hardware=bacon,product=bacon)
|
||||
[*] X-DFE-Client-Id: am-android-oneplus
|
||||
[*] Authorization: GoogleLogin auth=<hidden>
|
||||
[*] Accept-Language: it-IT
|
||||
[*] Host: android.clients.google.com
|
||||
[ ] Connection: Keep-Alive
|
||||
[ ] Accept-Encoding: gzip
|
||||
|
||||
## Notes
|
Loading…
Reference in New Issue
Block a user