2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2026-04-02 01:38:20 +00:00
Mohammed Salman 6342cdb588 Update README.md
2019-08-31 11:55:59 +03:00
2019-08-08 22:02:31 +03:00
2019-08-08 22:02:31 +03:00
2019-08-08 22:02:31 +03:00
2019-08-07 17:12:20 +03:00
2019-08-07 17:12:20 +03:00
2019-08-10 04:59:38 +03:00
2019-08-07 04:54:28 +03:00
2019-08-08 22:02:31 +03:00
2019-08-08 22:02:31 +03:00
2019-08-31 11:55:59 +03:00

EsiurDart · GitHub license PRs Welcome

A Distributed Object Framework for Dart

Getting Started

To use EsiurDart you will need an Esiur.Net server instance running

Examples

import 'package:esiur/esiur.dart';

// Get a resource instance
final resource =
    await Warehouse.get('your-end-point (e.g. iip://esiur.io/test', { // Additional data (i.e my credentials)
  'username': 'username', 
  'password': 'password',
});

// Get the name by id
final name = await resource.getNameById('1')

print(name);

Contributing

The main purpose of this repository is to continue to evolve EsiurDart, making it faster and easier to use. Development of Esiur happens in the open on GitHub. We welcome all contributers.

License

React is MIT licensed.

Description
Esiur Library for Dart 2.0
Readme 5.7 MiB
Languages
Dart 100%