users_client 0.1.10 copy "users_client: ^0.1.10" to clipboard
users_client: ^0.1.10 copied to clipboard

Orion Users service Client.

example/users_client.dart

import 'package:users_client/uc/user_uc.dart';

void main(List<String> arguments) async {
  // The default instantiation of UsersClient is: http, localhost and 8080.
  // To change the http/https, host and port use changeServiceConnection method
  var client = UsersClient();
  await client.createUser('you name', 'youname@test.com', '12345678');
}
0
likes
130
points
64
downloads

Publisher

verified publisherorion-services.dev

Weekly Downloads

Orion Users service Client.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

email_validator, http, mockito, prompts, web_socket_channel, yaml

More

Packages that depend on users_client