Package Manager API Documentation?
Hello Good People of AEM,
I'm trying to install a content package as part of a testing automation step; before the test install a package, after the test uninstall the package. My tests are written in Java and I'm trying to use the HTTP API to CRX.
The 1st problem: The documentation disappeared. It used to be on this page: https://docs.adobe.com/docs/en/crx/2-3/how_to/package_manager.html
It now looks like the page isn't rendering all the way; there is no footer or right-side navigation. And there used to be a page anchor to a section about managing packages from the command line... now it's gone!
Additionally, documentation examples are/were in cURL, but I'd love to see working examples of making the POST request in any programming language. I'm having issues with uploading via a POST to crx/packmgr/service/.json/etc/packages/NRG/insights.zip?cmd=upload. I get a success response, but the package isn't in CRX. Feel like I'm missing something... special header? Special flags in the request body?
Thank you,
Cory