Newer
Older
# Fit-Connect .NET SDK
**Fit-Connect .NET SDK** is a .NET library for the Fit-Connect API.
For an implementation example take a look at the [DummyClient](DummyClient/Program.cs)
You need a secret file for e2e test like:
```json
{
"sender": {
"id": "00000000-0000-0000-0000-000000000000",
"secret": "0000000000000000000000000000000000000000000",
"scope": "send:region:DE"
}
}
```
[glossary](https://docs.fitko.de/fit-connect/docs/glossary/)
- [Method signatures](https://git.fitko.de/fit-connect/planning/-/issues/438)
- [Java SDK](https://git.fitko.de/fit-connect/planning/-/issues/413)