Added userProfile api to Documentation

This commit is contained in:
Domenico Iezzi 2017-11-27 16:46:05 +01:00
parent 0fc9cb9fef
commit c7a3f8fc2d
No known key found for this signature in database
GPG Key ID: 7AC94D5DDA2FB7EE
2 changed files with 62 additions and 45 deletions

View File

@ -1,13 +1,9 @@
## Search # Search
### Details ## Request
**URL**
GET https://android.clients.google.com/fdfe/search?c=3&q=firefox HTTP/1.1 GET https://android.clients.google.com/fdfe/search?c=3&q=firefox HTTP/1.1
**HEADERS**
Required headers are marked with a '*' Required headers are marked with a '*'
[ ] X-Ad-Id: 70417864-0f86-4451-b5aa-103de27a6af5 [ ] X-Ad-Id: 70417864-0f86-4451-b5aa-103de27a6af5
@ -27,7 +23,7 @@ Required headers are marked with a '*'
[ ] Connection: Keep-Alive [ ] Connection: Keep-Alive
[ ] Accept-Encoding: gzip [ ] Accept-Encoding: gzip
### Notes ## Notes
Search results can be divided into two categories: Search results can be divided into two categories:
1. Search query is *specific*. 1. Search query is *specific*.

View 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