Skip to content
Snippets Groups Projects

Fit-Connect .NET SDK

For an implementation example take a look at the DummyClient

Structure

For the structure look the Structure documentation

!! IN DEVELOPMENT NOT FOR PRODUCTION USE !!

Fit-Connect .NET SDK is a .NET library for the Fit-Connect API.

For information how to use the SDK and FitConnect visit:

For an implementation example take a look at the DummyClient

Ignored Files

The files listed below are ignored and necessary just for development. In production the information is provided by the user of the SDK.

You need a secret file for e2e test like:

{
  "sender": {
    "id": "00000000-0000-0000-0000-000000000000",
    "secret": "0000000000000000000000000000000000000000000",
    "scope": "send:region:DE"
  }
}

API Abstraction

    sequenceDiagram
        Client->>FitConnectServer: SendSubmission
        FitConnectServer->>Client: Success

The sender process

    sequenceDiagram
        Sender->>FitConnectServer: GetSubmissions
        FitConnectServer->>Sender: Success

glossary

Tickets