3.0.0 • Published 2 years ago
@arr-ts-2/radarr v3.0.0
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/radarrUsage
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
2 years ago