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

GetEpisode

Marco Dal Zovo edited this page Jul 23, 2021 · 2 revisions

Returns an Episode object by its unique identifier.

Parameters

Name Type Summary
id Int64 The episode's id

Usage

var result = await AniAPI.Instance.GetEpisode(14);
Clone this wiki locally