release

The Anilibria.relese() is a method that must accept an aliasOrId argument of type string | number and returns an object of type Release.

Usage

anilibria.release({
    aliasOrId: "9000"
}).then(res => res)

Parameters

Parameter
Type
Is Required

aliasOrId

string | number

true

Last updated