getUserQuota method
Handler for user/${userId}/quota.
Returns quota details for a user.
Implementation
Future<OverseerrUserQuota> getUserQuota({
required int id,
}) async =>
_commandGetUserQuota(
_client,
id: id,
);
Handler for user/${userId}/quota.
Returns quota details for a user.
Future<OverseerrUserQuota> getUserQuota({
required int id,
}) async =>
_commandGetUserQuota(
_client,
id: id,
);