Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Submission API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Submission API
Commits
e1a23689
"BasicUnitTest/SenderTests.cs" did not exist on "4f3eda5ee38020d9620300f51ecacd285864e533"
Commit
e1a23689
authored
4 years ago
by
Andreas Huber
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into develop
parents
161e4081
6313cfb6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/Release Notes/Version_0.5.md
+15
-3
15 additions, 3 deletions
docs/Release Notes/Version_0.5.md
reference/sender.json
+40
-3
40 additions, 3 deletions
reference/sender.json
reference/subscriber.json
+40
-3
40 additions, 3 deletions
reference/subscriber.json
with
95 additions
and
9 deletions
docs/Release Notes/Version_0.5.md
+
15
−
3
View file @
e1a23689
...
...
@@ -32,7 +32,7 @@ In der Dokumentation werden die Begriffe "Source" und "Sender" synonym verwendet
## Dokumentation
-
Release Notes mit aufgenommen
-
Dokumentation zu OAuth integriert
-
Token-
und Refresh-
URL eingetragen
-
Token-URL eingetragen
-
Postman Collection & Environment integriert
## Modelle
...
...
@@ -48,14 +48,26 @@ models/common/address-national.json
models/common/address-postbox.json
-
Um ein doppeltes
`oneOf`
zu vermeiden wurde die Postfach Adresse aus der nationalen Adresse herausgelöst.
## Application Sender API
### Application Document
models/application/document.json
-
Regex Pattern für SHA-256/512 Hash präzisiert: "
`[0-9A-F]{64,128}`
" -> "
`^[A-Fa-f0-9]{64}([A-Fa-f0-9]{64})?$`
"
## Application Sender API
### Add Application Data
-
Im Erfolgsfall enthält der Body
`{"result":"success"}`
### Add Application Document
-
Im Erfolgsfall enthält der Body
`{"result":"success"}`
## Application Subscriber API
### Update Destination
-
Im Erfolgsfall enthält der Body
`{"result":"success"}`
### Delete Destination
-
Im Erfolgsfall enthält der Body
`{"result":"success"}`
### Acknowledge Application
-
Bugfix: Property
`final-delivery`
auf Camelcase umgestellt.
-
Bugfix: Angaben von
`finalDelivery`
in Acknowledge Application ist verpflichtend.
This diff is collapsed.
Click to expand it.
reference/sender.json
+
40
−
3
View file @
e1a23689
...
...
@@ -543,7 +543,26 @@
"operationId"
:
"add-application-doc"
,
"responses"
:
{
"202"
:
{
"description"
:
"Accepted"
"description"
:
"Accepted"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"result"
:
{
"type"
:
"string"
,
"enum"
:
[
"success"
]
}
},
"required"
:
[
"result"
]
}
}
}
},
"400"
:
{
"description"
:
"Bad Request"
,
...
...
@@ -672,7 +691,26 @@
"operationId"
:
"add-application-data"
,
"responses"
:
{
"202"
:
{
"description"
:
"Accepted"
"description"
:
"Accepted"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"result"
:
{
"type"
:
"string"
,
"enum"
:
[
"success"
]
}
},
"required"
:
[
"result"
]
}
}
}
},
"400"
:
{
"description"
:
"Bad Request"
,
...
...
@@ -1089,7 +1127,6 @@
"flows"
:
{
"clientCredentials"
:
{
"tokenUrl"
:
"https://oauth.fiep-poc.de/invoke/pub.apigateway.oauth2/getAccessToken"
,
"refreshUrl"
:
"https://oauth.fiep-poc.de/invoke/pub.oauth/refreshAccessToken"
,
"scopes"
:
{
"{senderId}:sender:manage"
:
"Dieser Zufriffsbereich erlaubt es alle Endpunkte einer "
,
"{senderId}:destination-info:read"
:
"Dieser Zufriffsbereich erlaubt es Informationen von existierenden Destinationsabzurufen"
,
...
...
This diff is collapsed.
Click to expand it.
reference/subscriber.json
+
40
−
3
View file @
e1a23689
...
...
@@ -1254,7 +1254,26 @@
"operationId"
:
"update-destination"
,
"responses"
:
{
"200"
:
{
"description"
:
"OK"
"description"
:
"OK"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"result"
:
{
"type"
:
"string"
,
"enum"
:
[
"success"
]
}
},
"required"
:
[
"result"
]
}
}
}
},
"400"
:
{
"description"
:
"Bad Request"
,
...
...
@@ -1385,7 +1404,26 @@
"operationId"
:
"delete-destination"
,
"responses"
:
{
"200"
:
{
"description"
:
"OK"
"description"
:
"OK"
,
"content"
:
{
"application/json"
:
{
"schema"
:
{
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"result"
:
{
"type"
:
"string"
,
"enum"
:
[
"success"
]
}
},
"required"
:
[
"result"
]
}
}
}
},
"400"
:
{
"description"
:
"Bad Request"
,
...
...
@@ -1460,7 +1498,6 @@
"flows"
:
{
"clientCredentials"
:
{
"tokenUrl"
:
"https://oauth.fiep-poc.de/invoke/pub.apigateway.oauth2/getAccessToken"
,
"refreshUrl"
:
"https://oauth.fiep-poc.de/invoke/pub.oauth/refreshAccessToken"
,
"scopes"
:
{
"{subscriberId}:destination:manage"
:
"Dieser Zugriffsbereich alle Destination Endpunkte eines Subscriber genutzt werden."
,
"{subscriberId}:destination:update"
:
"Dieser Zugriffsbereich erlaubt es, bestehende Destinations zu verändern."
,
...
...
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