2021-02-01 23:23:12 +01:00
2022-01-05 16:43:58 +01:00
2023-05-24 13:41:30 +02:00
2022-04-28 20:10:06 +02:00
2020-10-15 10:25:14 +00:00
2023-02-14 17:03:26 +01:00
2022-04-21 20:17:03 +02:00
2025-03-03 22:50:42 +00:00
2021-08-27 00:28:33 +02:00
2021-02-01 23:23:12 +01:00
2022-05-10 21:04:13 +00:00

FabAccess API

Code generation bugs under c#

When returning an Interface it may be required to append a dummy valueto work around a c# code generation bug.

- whoami @4 () -> ( you :Api.User );
+ whoami @4 () -> ( you :Api.User, dummy :UInt8 = 0  );

Docs

A lot of information (concepts, usage, decisions) about this API can be found at docs.fab-access.org.

See also:

Description
FabAccess API based on Cap'n Proto for the communication between Server (Difluoroborane) and Client (Borepin)
Readme MIT 211 KiB
Languages
Cap'n Proto 100%