nekos_best library

A minimal package to interact with nekos.best api

Functions

fetch([String? endpoint]) Future<Map<String, dynamic>>
Fetch result from a optionally specified endpoint. If endpoint is not specified, it picks a random one, else uses the specified endpoint.
fetchMultiple(String endpoint, {int amount = 5}) Future<List>
Fetch multiple results from a specified endpoint