UNPKG

@nativecode/radarr

Version:

Radarr REST client

10 lines 415 B
/// <reference types="node" /> import { URL } from 'url'; import { Lincoln } from '@nofrills/lincoln'; import { Resource } from '@nativecode/rest-client'; import { Profile } from '../Models'; export declare class ProfileResource extends Resource { constructor(url: URL, apikey: string, logger: Lincoln); list(start?: string, end?: string): Promise<Profile[]>; } //# sourceMappingURL=ProfileResource.d.ts.map