-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update CAMARA Mobile Device Identifier API.yaml #55
Conversation
Update CAMARA Mobile Device Identifier API.yaml
The API defines a single service endpoint `POST /get-device-identifier`. To call this endpoint, the API consumer must first obtain a valid OAuth2 token from the token endpoint, which is then passed as an Authorization header. The API consumer must also pass at least one of the available mobile subscription identifiers in the body of the request. | ||
The API defines two service endpoints: | ||
|
||
- `POST /get-identifier` to get details about the specific device being used by a given mobile subscriber, including IMEI / IMEISV and the type of device |
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.
/get-identifier-> /retrieve-identifier
The API defines two service endpoints: | ||
|
||
- `POST /get-identifier` to get details about the specific device being used by a given mobile subscriber, including IMEI / IMEISV and the type of device | ||
- `POST /get-type` to get details only about the type of device being used by a given mobile subscriber |
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.
/get-type -> /retrieve-type
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.
Two path corrections (see comments) - otherwise a minor comment that 'type' should be explained as meaning 'manufacturer and model' to avoid ambiguity.
Update CAMARA Mobile Device Identifier API.yaml
Thanks @Kevsy. Updated. I also added the text explaining that the |
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
retrieve-identifier
to obtain individual device detailsretrieve-type
to obtain type of devicelastChecked
field to indicate when information about device was last confirmed correctWhich issue(s) this PR fixes:
Fixes #47, Fixes #30
Special notes for reviewers:
None
Changelog input
Additional documentation
N/A