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

outdated

Orion Users Client. This a dart abstraction to Orion Users service

example/users_client.dart

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

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

Publisher

verified publisherorion-services.dev

Weekly Downloads

Orion Users Client. This a dart abstraction to Orion Users service

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

email_validator, http, mockito, prompts, web_socket_channel

More

Packages that depend on users_client