mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* feat(indexers): add API support for Orpheus * feat(filters): add ops to AdditionalSizeCheck
29 lines
559 B
JSON
29 lines
559 B
JSON
{
|
|
"status": "success",
|
|
"response": {
|
|
"username": "username",
|
|
"id": 1,
|
|
"authkey": "redacted",
|
|
"passkey": "redacted",
|
|
"notifications": {
|
|
"messages": 0,
|
|
"notifications": 0,
|
|
"newAnnouncement": false,
|
|
"newBlog": false,
|
|
"newSubscriptions": false
|
|
},
|
|
"userstats": {
|
|
"uploaded": 0,
|
|
"downloaded": 0,
|
|
"ratio": -1,
|
|
"requiredratio": 0,
|
|
"bonusPoints": 0,
|
|
"bonusPointsPerHour": 0.0,
|
|
"class": "User"
|
|
}
|
|
},
|
|
"info": {
|
|
"source": "Orpheus",
|
|
"version": 1
|
|
}
|
|
}
|