API Feature request
Closed this issue · 2 comments
bochoven commented
I like the /apple/latest_efi_firmware/
endpoint better than the /apple/oneshot
endpoint (due to the complex JSON you need to POST)
It would be nice if we could send a GET request to the API with:
- hw_ver
- build number
- Boot ROM Version (EFI)
and it would return JSON with something like: 'older', 'uptodate', 'newer' or 'notfound', so that we don't have to do the comparison of the EFI version on the client.
MyNameIsMeerkat commented
Seems like a good suggestion I've added this to the feature request list and we will get to it when we can.
This issue will be updated with progress of the feature as it's made
MyNameIsMeerkat commented
The new API endpoint and demonstration of it's use in the client have now been released in this commit 2ca3321
Let us know if this does what you needed