From f3f53dafb6b7d23a19947f2a32d4ed5ee4e91d22 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 3 Mar 2025 22:50:42 +0000 Subject: [PATCH] Add some links + info to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b6b5a6e..5258f83 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,10 @@ When returning an Interface it may be required to append a dummy valueto work ar - 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](https://docs.fab-access.org/books/schnittstellen-und-apis/page/fabaccess-api#bkmrk-fabaccess-api). + +See also: +- [pyfabapi (Python Wrapper)](https://gitlab.com/fabinfra/fabaccess/pyfabapi) +- [FabAccess-API-cs (C# implementation)](https://gitlab.com/fabinfra/fabaccess/fabaccess-api-cs) \ No newline at end of file