getRequestCount method
Handler for request/count.
Returns the number of pending and approved requests.
Implementation
Future<OverseerrRequestCount> getRequestCount() async =>
_commandGetRequestCount(_client);
Handler for request/count.
Returns the number of pending and approved requests.
Future<OverseerrRequestCount> getRequestCount() async =>
_commandGetRequestCount(_client);