v0.4.1
·
4 commits
to release-0.4.1
since this release
CAMARA Device Status API v0.4.1
This is the second pre-release of the CAMARA Device Status API
- API definition
- API documentation
Please note:
- This is a pre-release version, and should be considered as a draft for further development
- There are bug fixes and breaking changes to be expected in later versions
- The release is suitable for test implementations, but it is not recommended for use in production environments
Added
- Add new return parameters MCC (Mobile Country Code) and ISO 3166-1 alpha-2 Country Code by @ravindrapalaskar17 in #21
Changed
- API simplified by @monamok in #23
- base path renamed to
device-status
/status
path renamed to/roaming
- required status type is now implicit from path name, and does not need to be passed by parameter
eventType
- base path renamed to
Fixed
- Fix typo in filename and in CountryName response field by @ravindrapalaskar17 in #30
Removed
- Objects
ConnectivityEventType
andEventStatusType
New Contributors
- @ravindrapalaskar17 made their first contribution in #21
Full Changelog: v0.2.0...v0.4.1