getNotifierConfig method

Future<TautulliNotifierConfig> getNotifierConfig({
  1. required int notifierId,
})

Handler for get_notifier_config.

Get the configuration for an existing notification agent.

Required Parameters:

  • notifierId: The notifier ID to fetch the configuration for

Implementation

Future<TautulliNotifierConfig> getNotifierConfig({
    required int notifierId,
}) async => _commandGetNotifierConfig(_client, notifierId: notifierId);