Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Getting started

Marco Dal Zovo edited this page Jul 23, 2021 · 1 revision

Installation

Before start using AniAPI.NET library, you need to add it to your project.

Package manager

PM> Install-Package AniAPI.NET

.NET CLI

> dotnet add package AniAPI.NET

Usage

AniAPI is a singleton class, you just need to call the Instance getter.

IAniAPI myInstance = AniAPI.Instance;