sarufi

Last updated:

0 purchases

sarufi Image
sarufi Images
Add to Cart

Description:

sarufi

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

Sarufi

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.