Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.
This is the second alpha version of the DeviceLocation API family.
- API definition with inline documentation.
- This release contains significant breaking changes compared to v0.1.0, and it is not backward compatible
- Especially a lot of the parameter names changed in line with the agreed glossary within CAMARA Commonalities
- This is an alpha version, it should be considered as a draft.
- There are bug fixes to be expected and incompatible changes in upcoming versions.
- The release is suitable for implementors, but it is not recommended to use the API with customers in productive environments.
-
Second alpha version of
location-verification
API, v0.2.0, renamed fromlocation
, with main changes:- Input property
ueId
evolved todevice
, following CAMARA guidelines. - New input parameter
area
, considering initially circular areas, and deprecating previouslatitude
,longitude
andaccuracy
properties. - New input parameter
maxAge
. - Response adds new values
UNKNOWN
andPARTIAL
forverificationResult
. It also adds propertiesmatchRate
andlastLocationTime
. - Security schemas and scopes aligned with commonalities guidelines.
- Error responses adapted to new commonalities guidelines.
- Inline documentation within OpenAPI spec.
- Input property
-
First alpha version of the new API
location-retrieval
, v0.1.0:- Initial version already aligned with latest guidelines.
- Returns 2 possible location areas:
CIRCLE
andPOLYGON
.
-
First alpha version of the new API
geofencing
, v0.1.0:- Initial version already aligned with latest guidelines.
- Follows CloudEvents format.
This is the first alpha version of the DeviceLocation API.
- API definition
- API documentation
- This is an alpha version, it should be considered as a draft.
- There are bug fixes to be expected and incompatible changes in upcoming versions.
- The release is suitable for implementors, but it is not recommended to use the API with customers in productive environments.
- New API
location
, v0.1.0, with a single operation for location verification:- Given a device identified by the
ueId
object, a set of coordinates (latitude
andlongitude
), and the requestedaccuracy
, returns a booleanverificationResult
, verifying if the device is within the circular area delimited by the coordinates and the accuracy radius.
- Given a device identified by the