Closed bochoven closed 6 years ago
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
The new API endpoint and demonstration of it's use in the client have now been released in this commit https://github.com/duo-labs/EFIgy/commit/2ca33213e6e11a5ef4e4543341a974a6f98606c6
Let us know if this does what you needed
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:
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.