3.0.0 • Published 14 days ago

@arr-ts-2/radarr v3.0.0

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

radarr

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

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

Installation

npm install @arr-ts-2/radarr

Usage

import { createRadarrClient } from "@arr-ts-2/radarr";

const client = createRadarrClient({
  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

14 days ago