sarufi 0.0.1
sarufi: ^0.0.1 copied to clipboard
A Dart SDK for interacting with sarufi.io
SARUFI: This is a Dart SDK that helps users intercat with sarufi.io in the Dart projects.
Features #
SARUFI: No available features.
Getting started #
SARUFI: In your pubspec.yaml fie of your project add
dependencies:
sarufi:
copied to clipboard
Usage #
SARUFI: No examples currently.
// main.dart
import 'package:sarufi/sarufi.dart';
void main() async {
String userName = "Your Sarufi Username";
String passWord = "Your Sarufi Password";
final bot = Sarufi(username:userName, password:passWord);
var chatbot = await bot.createBot(name:"My First Bot");
print(chatbot);
// Bot(id:11, name:My First Chatbot)
}
copied to clipboard
Additional information #
SARUFI: For issues about the project write to us at Github
Inspired