swagger-aem icon indicating copy to clipboard operation
swagger-aem copied to clipboard

OpenAPI specification for Adobe Experience Manager (AEM) API

Results 7 swagger-aem issues
Sort by recently updated
recently updated
newest added

within https://github.com/shinesolutions/swagger-aem/blob/2366417699ed68b88efa534bb1bca25694cf9484/clients/ruby/generated/lib/swagger_aem/api/crx_api.rb#L277 CGI.escape is used to escape URL part when calling AEM api According to documentation CGI.escape should be used to escape request params not the path. Now because CGI.escape...

It looks like the issue we're having here: https://github.com/shinesolutions/puppet-aem-resources/issues/82#issuecomment-600625848 needs to be solved in Swagger-AEM, WDYT @mbloch1986 @cliffano ?

Firstly, thank you for a fantastic library to use for uploading packages to AEM! I'm using it currently in our CI/CD process and it is working fantastically. However I am...

GitHub dependency graph showed that current node-growl dependency allows a version with known security vulnerability (1.8.1) which includes this CVE https://nvd.nist.gov/vuln/detail/CVE-2017-16042 . Need to upgrade to 1.10.0 .

From time to time, developers reported that a dispatcher cache hadn't been flushed successfully and they had to resort to invalidating client library cache by hitting `/libs/granite/ui/content/dumplibs.rebuild.html?invalidate=true` manually on AEM...

All operations currently pass all responses as string. While this is useful for xml, html, and plain text payload where processing is handled at the next layer (e.g. ruby_aem), this...

`make doc-publish` currently publish everything under `doc/` as-is, which means if the doc is cleaned up, it will overwrite everything on gh-pages. Need to introduce a mechanism to populate `doc/`...