nobitex 1.0.0-alpha.4 copy "nobitex: ^1.0.0-alpha.4" to clipboard
nobitex: ^1.0.0-alpha.4 copied to clipboard

outdated

Dart wrapper for the Nobitex API

example/main.dart

import 'package:dotenv/dotenv.dart';
import 'package:nobitex/nobitex.dart';

void main() async {
  load();

  var nobitex = Nobitex(token: env['NOBITEX_TOKEN'] as String);

  var profile = await nobitex.getProfile();
  print(profile);
}
2
likes
0
points
18
downloads

Publisher

verified publishermilad.nekofar.com

Weekly Downloads

Dart wrapper for the Nobitex API

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http

More

Packages that depend on nobitex