Currently, I am only running the AEM JAR file locally on my system, I want to connect to the same and utilise GQL endpoints. For that can you tell me what I need to do, if I want to make request from postman?
I didn't completely get you when you say login credentials. I have set login credentials as admin and admin, now I want to make a request to a given graphQL endpoint,do I keep it as `Bearer username:password` in Authorization or should I do something else?
I am trying to use local node client thats available at https://experienceleague.adobe.com/docs/experience-manager-learn/assets/aem-guides_token-authentication-external-application.zip?lang=en I see that we have a params object which is expected to have `developerCredentials` field: ```// Command li...
I am new to Adobe Experience manager and our team is recently going to migrate on it. Currently I need to do some explorations to perform custom integrations with backend servers and microservices. However, when I created my account it says I must be associated with an Org to be able to access the A...