TheJoKlLa c855646a90 Merge branch 'TheJoKlLa-main-patch-40770' into 'main'
Changed Get Machine by ID

See merge request fabinfra/fabaccess/fabaccess-api!15
2021-12-05 16:56:11 +00:00
2021-02-01 23:23:12 +01:00
2020-10-16 21:48:54 +02:00
2021-02-01 23:23:12 +01:00
2021-09-07 13:56:50 +00:00
2021-02-01 23:23:12 +01:00
2020-10-15 10:25:14 +00:00
2021-12-05 16:38:15 +00:00
2021-12-05 16:55:58 +00:00
2021-08-27 00:28:33 +02:00
2021-02-01 23:23:12 +01: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  );
Description
FabAccess API based on Cap'n Proto for the communication between Server (Difluoroborane) and Client (Borepin)
Readme MIT 223 KiB
Languages
Cap'n Proto 100%