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
b07bf9fe
Commit
b07bf9fe
authored
2 years ago
by
Marco Holz
Browse files
Options
Downloads
Patches
Plain Diff
Minor CHANGELOG and README updates
parent
96edcd84
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.md
+9
-0
9 additions, 0 deletions
changelog.md
readme.md
+6
-7
6 additions, 7 deletions
readme.md
with
15 additions
and
7 deletions
changelog.md
+
9
−
0
View file @
b07bf9fe
# Changelog
# Changelog
All notable changes to the FIT-Connect .NET SDK will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/
)
.
## [Unreleased]
## [Unreleased]
## [1.0.0] - TBD
### Added
-
initial version of the SDK to send submissions and subscribe to destinations
This diff is collapsed.
Click to expand it.
readme.md
+
6
−
7
View file @
b07bf9fe
# F
it
-Connect .NET SDK
# F
IT
-Connect .NET SDK
For an implementation example take a look at the
[
DemoRunner
](
DemoRunner/Program.cs
)
For an implementation example take a look at the
[
DemoRunner
](
DemoRunner/Program.cs
)
## **!! IN DEVELOPMENT NOT FOR PRODUCTION USE !!**
## **!! IN DEVELOPMENT NOT FOR PRODUCTION USE !!**
**F
it
-Connect .NET SDK**
is a .NET library for the F
it
-Connect API.
**F
IT
-Connect .NET SDK**
is a .NET library for the F
IT
-Connect API.
Die Verwendung des SDKs ist in der
[
documentation (ger)
](
./Documentation/documentation.de-DE.md
)
Die Verwendung des SDKs ist in der
[
documentation (ger)
](
./Documentation/documentation.de-DE.md
)
erklärt.
erklärt
## For information how to use the SDK and F
it
Connect visit:
## For information how to use the SDK and F
IT-
Connect visit:
*
[
SDK-Dokumentation
](
./documentation/documentation.de-DE.md
)
*
[
SDK-Dokumentation
](
./documentation/documentation.de-DE.md
)
*
[
FIT-Connect Dokumentation
](
https://docs.fitko.de/fit-connect/docs
)
*
[
FIT-Connect Dokumentation
](
https://docs.fitko.de/fit-connect/docs
)
...
@@ -24,7 +23,7 @@ For the structure look the [Structure documentation](structure.md)
...
@@ -24,7 +23,7 @@ For the structure look the [Structure documentation](structure.md)
## Environment
## Environment
Das F
it
Connect SDK kann an die folgenden Umgebungen angeschlossen werden:
Das F
IT-
Connect SDK kann an die folgenden Umgebungen angeschlossen werden:
-
Testing:
```FitConnectEnvironment.Testing```
-
Testing:
```FitConnectEnvironment.Testing```
-
Staging:
```FitConnectEnvironment.Staging```
-
Staging:
```FitConnectEnvironment.Staging```
...
@@ -62,7 +61,7 @@ Der Parameter ```logger``` ist optional und muss das Interface ```Microsoft.Exte
...
@@ -62,7 +61,7 @@ Der Parameter ```logger``` ist optional und muss das Interface ```Microsoft.Exte
## .WithDestination(destinationId)
## .WithDestination(destinationId)
Die
D
estination
ID
des Zustell
dienstes
muss an dieser Stelle übergeben werden.
Die
`d
estination
Id`
des Zustell
punktes, an den die Submission geschickt werden soll,
muss an dieser Stelle übergeben werden.
_Noch nicht vollständig getestet!_
<br>
_Noch nicht vollständig getestet!_
<br>
Eine Möglichkeit, die Destination ID zu ermitteln, geht über die Methode
``FindDestinationId()``
des Senders.
Eine Möglichkeit, die Destination ID zu ermitteln, geht über die Methode
``FindDestinationId()``
des Senders.
...
...
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