actitime_client 1.0.0 copy "actitime_client: ^1.0.0" to clipboard
actitime_client: ^1.0.0 copied to clipboard

A set of classes to interact with ActiTime API.

example/actitime_client_example.dart

import 'package:actitime_client/actitime_client.dart';

void main() async {
  final client = ActitimeClient.credentials(
      username: "<your_username>",
      password: "<password>",
      authority: "<host>[:<port>]");

  final me = await client.getMe();
  print("Your ID: ${me.id}");
  print("Your full name: ${me.fullName}");
}
0
likes
140
points
45
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A set of classes to interact with ActiTime API.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http, intl, json_annotation

More

Packages that depend on actitime_client