api.fabaccess-api/README.md

663 B

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: