vamboai library

The vamboai library provides access to Vambo AI functionalities.

This library exports the models and main VamboAI class needed to interact with the Vambo AI API.

Usage:

import 'package:vamboai/vamboai.dart';

void main() {
  final ai = VamboAI.fromAPIKey('your_api_key');
  // Use the VamboAI instance to call the API
}

Classes

Lang
A class representing a language with its name, script, and ISO code.
VamboAI
A class that provides methods to interact with the Vambo AI API.
VamboIdentifyResponse
A class representing the response from the Vambo AI identify API.
VamboResponse
A class representing the response from the Vambo AI API.

Enums

Language
An enumeration of languages with their titles and ISO codes.

Exceptions / Errors

VamboException
A custom exception class for handling errors specific to the Vambo API.