mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Move login client out of the data-client (#5476)
This commit is contained in:
parent
8789879f10
commit
0541aacdff
23 changed files with 195 additions and 234 deletions
19
app/src/test/res/raw/user_extended_info.json
Normal file
19
app/src/test/res/raw/user_extended_info.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"batchcomplete": true,
|
||||
"query": {
|
||||
"users": [
|
||||
{
|
||||
"userid": 24531888,
|
||||
"name": "USER",
|
||||
"implicitgroups": [
|
||||
"*",
|
||||
"user"
|
||||
]
|
||||
}
|
||||
],
|
||||
"userinfo": {
|
||||
"id": 24531888,
|
||||
"name": "USER"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue