Skip to content
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 11 commits into from
Jul 29, 2024
16 changes: 6 additions & 10 deletions code/API_definitions/location-retrieval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Collaborator

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

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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# API Readiness Checklist

Checklist for location-retrieval api-version in v0.2
Checklist for location-retrieval 0.3.0-rc.1 in r1.1


As we target an **initial** maturity level release the column **Status** is filled accordingly: NA: Not Applicable, TBD: To Be Done

Expand All @@ -24,4 +25,4 @@ As we target an **initial** maturity level release the column **Status** is fill

Note: It is normal that the checklists of the (final) release-candidate and its subsequent public-release are the same, while additional release assets are required for a subsequent stable public-release.

The documentation for the content of the checklist is here: [API Readiness Checklist documentation](https://wiki.camaraproject.org/x/AgAVAQ#APIReleaseProcess-APIreadinesschecklist)
The documentation for the content of the checklist is here: [API Readiness Checklist documentation](https://wiki.camaraproject.org/x/AgAVAQ#APIReleaseProcess-APIreadinesschecklist)