-
Notifications
You must be signed in to change notification settings - Fork 32
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
Prepare API location-retrieval version 0.3.0-rc.1 #235
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
0f8e70e
Add location-retrieval CHANGELOG and README
bigludo7 c6a8ff6
add x-camara-commonalities: 0.4.0
bigludo7 3a24701
Update code/API_definitions/location-retrieval.yaml
bigludo7 6a4a542
Update code/API_definitions/location-retrieval.yaml
bigludo7 8397476
update version in API-Readiness-Checklist.md
bigludo7 75c7eac
Merge branch 'camaraproject:main' into main
bigludo7 6e7903d
Delete location-retrieval CHANGELOG.md
bigludo7 0396f15
Delete location-retrieval README.md
bigludo7 01d3acc
Update documentation/API_documentation/location-retrieval-API-Readine…
bigludo7 8f7b327
Update code/API_definitions/location-retrieval.yaml
jlurien 26215b5
Update code/API_definitions/location-retrieval.yaml
jlurien File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,28 +87,24 @@ info: | |
# Further info and support | ||
|
||
(FAQs will be added in a later version of the documentation) | ||
termsOfService: http://swagger.io/terms/ | ||
contact: | ||
email: [email protected] | ||
license: | ||
name: Apache 2.0 | ||
url: https://www.apache.org/licenses/LICENSE-2.0.html | ||
version: 0.2.0-wip | ||
version: wip | ||
|
||
x-camara-commonalities: 0.4.0 | ||
externalDocs: | ||
description: Product documentation at Camara | ||
url: https://github.com/camaraproject/ | ||
|
||
servers: | ||
- url: '{apiRoot}/location-retrieval/v0' | ||
- url: '{apiRoot}/location-retrieval/vwip' | ||
|
||
variables: | ||
apiRoot: | ||
default: http://localhost:9091 | ||
description: API root | ||
|
||
description: API root, defined by the service provider, e.g. `api.example.com` or `api.example.com/somepath` | ||
tags: | ||
- name: Location retrieval | ||
description: Retrieve the location of a device | ||
|
||
paths: | ||
/retrieve: | ||
post: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think license has to be included