Hello,I'm trying to build an integration with AEM that allows managing
assets, preferably via Assets HTTP API. I want to develop a Java-based
connector that will be installed by my clients in their AEM as Cloud
Service instances and this connector should help to receive an access
token, so I can work with Assets HTTP API, or it should help to
download/upload assets and work as a proxy between AEM Assets and my 3rd
party application.In what direction should I go to create a connector
like this? A...