Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FIT-Connect-SDK - .NET
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT-Connect
FIT-Connect-SDK - .NET
Commits
4b9f8e46
Commit
4b9f8e46
authored
2 years ago
by
Klaus Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Updated documentation
parent
d82b366d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Feature/440 mvp net sdk part 1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+12
-11
12 additions, 11 deletions
readme.md
with
12 additions
and
11 deletions
readme.md
+
12
−
11
View file @
4b9f8e46
...
...
@@ -8,7 +8,7 @@
```
mermaid
classDiagram
class FitConnect
SDK
{
class FitConnect
Client
{
FitConnectApiService
}
...
...
@@ -20,10 +20,10 @@
RouteService
}
FitConnect
SDK ..>
Sender : public
FitConnect
SDK ..>
Subscriber : public
Sender --|> FunctionalBaseClass
Subscriber --|> FunctionalBaseClass
FitConnect
Client ..> Submission
Sender : public
FitConnect
Client ..> Submission
Subscriber : public
Submission
Sender --|> FunctionalBaseClass
Submission
Subscriber --|> FunctionalBaseClass
FunctionalBaseClass ..> FitConnectApiService : protected
FitConnectApiService ..> RouteService : public
...
...
@@ -44,10 +44,11 @@ With that structure the user of the SDK is intended to see the following:
```
mermaid
classDiagram
class FitConnectSDK {
+SendSumission
+GetSubmissions
class FitConnectClient {
<< Draft >>
+ SendSumission(submission)
+ GetSubmissions(offset, limit)
+ GetSubmission(id)
}
class Sender {
...
...
@@ -65,8 +66,8 @@ With that structure the user of the SDK is intended to see the following:
< TO BE DEFINED >
}
FitConnect
SDK
--> Sender
FitConnect
SDK
--> Subscriber
FitConnect
Client <
--> Sender
FitConnect
Client <
--> Subscriber
```
### Annotation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment