-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch release r1.3 #383
Patch release r1.3 #383
Changes from all commits
8717ba6
5b460a1
8618ddf
5a7b654
d340cd8
1e30b66
babd184
2b223a8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ info: | |
- Discovery of all QoS profiles offered by the network operator | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. change multiple occurrences of : network operator --> API provider
|
||
- Retrieve the characteristics of a specific QoS profile by name | ||
|
||
How QoS profiles are mapped to connectivity characteristics are subject to agreements between the communication service provider and the API invoker. Within the CAMARA project, you can find a sample for such a mapping of QoS profiles. [CAMARA QoS Profiles Mapping Table (REFERENCE DRAFT)](https://github.com/camaraproject/QualityOnDemand/blob/main/documentation/API_documentation/QoSProfile_Mapping_Table.md) | ||
How QoS profiles are mapped to connectivity characteristics are subject to agreements between the communication service provider and the API invoker. Within the CAMARA project, you can find a sample for such a mapping of QoS profiles. [CAMARA QoS Profiles Mapping Table (REFERENCE DRAFT)](https://github.com/camaraproject/QualityOnDemand/blob/r1.3/documentation/API_documentation/QoSProfile_Mapping_Table.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. change: communication service provider --> API provider |
||
|
||
# Authorization and authentication | ||
|
||
|
@@ -62,7 +62,7 @@ info: | |
license: | ||
name: Apache 2.0 | ||
url: https://www.apache.org/licenses/LICENSE-2.0.html | ||
version: wip | ||
version: 0.11.1 | ||
x-camara-commonalities: 0.4.0 | ||
|
||
|
||
|
@@ -71,7 +71,7 @@ externalDocs: | |
url: https://github.com/camaraproject/QualityOnDemand | ||
|
||
servers: | ||
- url: "{apiRoot}/qos-profiles/vwip" | ||
- url: "{apiRoot}/qos-profiles/v0.11" | ||
variables: | ||
apiRoot: | ||
default: http://localhost:9091 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line 138: the example is mixed up: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.