mirror of
https://gitlab.com/fabinfra/fabaccess/fabaccess-api.git
synced 2025-03-12 06:41:51 +01:00
Add some links + info to readme
This commit is contained in:
parent
c5a59880ad
commit
f3f53dafb6
@ -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 );
|
||||||
+ whoami @4 () -> ( you :Api.User, dummy :UInt8 = 0 );
|
+ 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)
|
Loading…
x
Reference in New Issue
Block a user