3.0.0 • Published 15 days ago

@arr-ts-2/sonarr v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

sonarr

This package is generated from the OpenAPI specification at https://raw.githubusercontent.com/Sonarr/Sonarr/develop/src/Sonarr.Api.V3/openapi.json using openapi-typescript.

For more information see https://github.com/benjick/packr

Installation

npm install @arr-ts-2/sonarr

Usage

import { createSonarrClient } from "@arr-ts-2/sonarr";

const client = createSonarrClient({
  baseUrl: "https://api.example.com",
});

async function example() {
  const { data, error, response } = await client.GET("/path");
  console.log(data, error, response.status);
}

void example();

License

MIT

3.0.0

15 days ago