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
6e4b98c5
Commit
6e4b98c5
authored
2 years ago
by
Klaus Fischer
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme
parent
ac49862f
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/documentation.de-DE.md
+2
-1
2 additions, 1 deletion
Documentation/documentation.de-DE.md
readme.md
+3
-3
3 additions, 3 deletions
readme.md
with
5 additions
and
4 deletions
Documentation/documentation.de-DE.md
+
2
−
1
View file @
6e4b98c5
...
...
@@ -14,7 +14,8 @@ Auf OSX wird das SDK nur dann unterstützt, wenn OpenSSL auf dem System installi
brew
install
openssl@1.1
```
Der DYLD_LIBRARY_PATH muss auf den Pfad zu OpenSSL liegen.
Die Environment-Variable
```DYLD_LIBRARY_PATH```
muss auf den Pfad zu OpenSSL verweisen.
_Beispiele:_
```
sh
...
...
This diff is collapsed.
Click to expand it.
readme.md
+
3
−
3
View file @
6e4b98c5
...
...
@@ -55,7 +55,7 @@ flowchart LR
Das SDK verhindert auf Grund der FluentAPI, dass die Methoden in der falschen Reihe aufgerufen werden können.
## GetSender(FitConnectEnvironment.
Development
, clientId, clientSecret, logger)
## GetSender(FitConnectEnvironment.
Testing
, clientId, clientSecret, logger)
Hier werden die FIT Connect Environment ausgewählt und die Credentials übergeben.
Der Parameter
```logger```
ist optional und muss das Interface
```Microsoft.Extensions.Logging.ILogger```
implementieren.
...
...
@@ -65,7 +65,7 @@ Der Parameter ```logger``` ist optional und muss das Interface ```Microsoft.Exte
Die Destination ID des Zustelldienstes muss an dieser Stelle übergeben werden.
_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.
## .WithServiceType("FIT Connect Demo", leikaKey)
...
...
@@ -175,7 +175,7 @@ Weißt die Submission zurück.
## Beispiel
```
csharp
var
subscriber
=
Client
.
GetSubscriber
(
FitConnectEnvironment
.
Development
,
clientId
,
var
subscriber
=
Client
.
GetSubscriber
(
FitConnectEnvironment
.
Testing
,
clientId
,
clientSecret
,
privateKeyDecryption
,
privateKeySigning
,
...
...
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