Skip to content
Snippets Groups Projects
Commit b07bf9fe authored by Marco Holz's avatar Marco Holz
Browse files

Minor CHANGELOG and README updates

parent 96edcd84
No related branches found
No related tags found
No related merge requests found
# 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
# Fit-Connect .NET SDK # FIT-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 !!**
**Fit-Connect .NET SDK** is a .NET library for the Fit-Connect API. **FIT-Connect .NET SDK** is a .NET library for the FIT-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 FitConnect visit: ## For information how to use the SDK and FIT-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 FitConnect SDK kann an die folgenden Umgebungen angeschlossen werden: Das FIT-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 Destination ID des Zustelldienstes muss an dieser Stelle übergeben werden. Die `destinationId` des Zustellpunktes, 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment