FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Getting started · AniAPI-Team/AniAPI.NET Wiki · GitHub

This repository was archived by the owner on Dec 2, 2022. It is now read-only.
/ AniAPI.NET Public archive

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;

Wiki pages Pages 26

Clone this wiki locally


Back | FazBrowse Home | New Git URL