revali_client 1.4.0
revali_client: ^1.4.0 copied to clipboard
A Revali Server Client Construct to generate client code using `revali_router`
Revali Client #
A Revali Client Construct to generate client code using revali
.
Usage #
import 'package:client/client.dart';
void main() async {
final client = Server(); // Generated client
final user = await client.getUser(id: 1);
}
Documentation #
Check out the documentation for more information on how to use Revali Client.