nobitex 1.0.0-alpha.6 nobitex: ^1.0.0-alpha.6 copied to clipboard
Dart wrapper for the Nobitex API
import 'package:dotenv/dotenv.dart';
import 'package:nobitex/nobitex.dart';
void main() async {
load();
var nobitex = Nobitex();
var profile = await nobitex.getProfile();
print(profile);
}