aem-headless-client-js icon indicating copy to clipboard operation
aem-headless-client-js copied to clipboard

AEM Headless Client for JavaScript

Results 9 aem-headless-client-js issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

This is a ticket related to #28 ### Expected Behaviour runPersistedQuery should be able to handle multiple variables as per API documentation https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/headless/graphql-api/content-fragments.html?lang=en#web-optimized-image-delivery-request-url ### Actual Behaviour When running a persisted...

add runModelQuery method to use functionality from Paginated query in other query types ## Description More info in related Issue ## Related Issue #59 ## Motivation and Context ## How...

`runPaginatedQuery` can be used with simple config object ({model, fields}). Internally it use queryBuilder and data filter to return only list of results. This is very useful behaviour for other...

### Expected Behaviour Being able to retrieve created content fragment from a publish instance ### Actual Behaviour When trying to query the publish instance, i get this error: ``` AioCoreSDKError...

### Expected Behaviour Automated release should be triggered on merge to main ### Actual Behaviour Automated release is not triggered on merge to main ### Reproduce Scenario (including but not...

## Description Added task to generate TS types definitions from JSDocs

Looking at the possibility to use the SDK within a Project Firefly app (e.g. for server-side rendering use-cases), we welcome PRs to our [application generators repository](https://github.com/adobe/generator-aio-app). One idea would be...