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

This is a Dart wrapper for the Nobitex exchange platform API.

example/main.dart

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

void main() async {
  load();

  var nobitex = Nobitex();
  await nobitex.login(
      username: env['NOBITEX_USERNAME'].toString(),
      password: env['NOBITEX_PASSWORD'].toString());

  var profile = await nobitex.getProfile();
  print(profile);
}
2
likes
130
pub points
0%
popularity

Publisher

verified publishermilad.nekofar.com

This is a Dart wrapper for the Nobitex exchange platform API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on nobitex