You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Identity and Consent Management [r3.3](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.3)
29
+
30
+
## device-identifier v0.3.0
31
+
32
+
- API definition **with inline documentation**:
33
+
-[View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceIdentifier/r2.2/code/API_definitions/device-identifier.yaml&nocors)
34
+
-[View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/DeviceIdentifier/r2.2/code/API_definitions/device-identifier.yaml)
* Add additional endpoint to provide PPID as physical device identifier by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/110
41
+
* Add additional text on undocumented errors to OAS definition by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/120
42
+
43
+
### Changed
44
+
* Update x-correlator pattern by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/121
45
+
* Update description of lastChecked response parameter by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/135
46
+
47
+
### Fixed
48
+
* Fix typos in feature files by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/125
49
+
50
+
### Removed
51
+
* Remove AUTHENTICATION_REQUIRED error code by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/111
52
+
* Remove IDENTIFIER_MISMATCH error and include optional device property in 200 response by @eric-murray in https://github.com/camaraproject/DeviceIdentifier/pull/122
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,19 @@ API Repository [wiki page](https://lf-camaraproject.atlassian.net/wiki/x/czLe)
22
22
* Describe, develop, document, and test the API
23
23
* Started: October 2022
24
24
25
-
26
25
## Release Information
27
26
28
-
The latest public release is available here: https://github.com/camaraproject/DeviceIdentifier/releases/latest
27
+
**NEW**: Public release [r2.2](https://github.com/camaraproject/DeviceIdentifier/releases/tag/r2.2) with device-identifier v0.3.0 is now available
28
+
29
+
The latest public release is available [here](https://github.com/camaraproject/DeviceIdentifier/releases/latest)
30
+
-[View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/DeviceIdentifier/r2.2/code/API_definitions/device-identifier.yaml&nocors)
31
+
-[View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/DeviceIdentifier/r2.2/code/API_definitions/device-identifier.yaml)
Copy file name to clipboardExpand all lines: code/API_definitions/device-identifier.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
openapi: 3.0.3
2
2
info:
3
3
title: Device Identifier
4
-
version: wip
4
+
version: 0.3.0
5
5
description: |
6
6
# Summary
7
7
@@ -30,7 +30,7 @@ info:
30
30
31
31
The mobile network associates this device identifier with the mobile subscription currently using the device. The mobile subscription is defined by the Subscriber Identity Module (SIM) currently active in the mobile device. This may be a removable SIM or an eSIM. In either case, it is possible for the association between the device identifier and subscription to change - for example, when a physical SIM is transferred to another mobile device.
32
32
33
-

33
+

34
34
35
35
The Device Identifier API allows the API consumer to obtain the IMEI and associated parameters for a specified mobile subscription identifier or equivalent. The mobile subscription can be identified using one or more of the following subscription identifiers:
36
36
- the subscription phone number (also known as MSISDN)
| 1 | API definition | M | M | M | M | Y |[device-identifier.yaml](/code/API_definitions/device-identifier.yaml)|
8
-
| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y |[r3.2](https://github.com/camaraproject/Commonalities/releases/tag/r3.2)|
9
-
| 3 | Guidelines from ICM applied | O | M | M | M | Y |[r3.2](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.2)|
8
+
| 2 | Design guidelines from Commonalities applied | O | M | M | M | Y |[r3.3](https://github.com/camaraproject/Commonalities/releases/tag/r3.3)|
9
+
| 3 | Guidelines from ICM applied | O | M | M | M | Y |[r3.3](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.3)|
10
10
| 4 | API versioning convention applied | M | M | M | M | Y ||
11
11
| 5 | API documentation | M | M | M | M | Y | inline in YAML |
12
12
| 6 | User stories | O | O | O | M | Y |[Device Identifier User Story.md](/documentation/API_documentation/Device%20Identifier%20User%20Story.md)|
13
13
| 7 | Basic API test cases & documentation | O | M | M | M | Y |[device-identifier-retrieveIdentifier.feature](/code/Test_definitions/device-identifier-retrieveIdentifier.feature)<br>[device-identifier-retrieveType.feature](/code/Test_definitions/device-identifier-retrieveType.feature)<br>[device-identifier-retrievePPID.feature](/code/Test_definitions/device-identifier-retrievePPID.feature)|
14
14
| 8 | Enhanced API test cases & documentation | O | O | O | M | N ||
15
15
| 9 | Test result statement | O | O | O | M | N ||
16
-
| 10 | API release numbering convention applied | M | M | M | M | Y | r2.1|
16
+
| 10 | API release numbering convention applied | M | M | M | M | Y | r2.2|
17
17
| 11 | Change log updated | M | M | M | M | Y |[CHANGELOG.md](/CHANGELOG.md)|
18
18
| 12 | Previous public release was certified | O | O | O | M | N ||
19
19
| 13 | API description (for marketing) | O | O | M | M | Y |[wiki link](https://lf-camaraproject.atlassian.net/wiki/x/goHWB)|
0 commit comments