4PointSolutions / FluentFormsAPI

Fluent API for Adobe AEM Forms
Apache License 2.0
6 stars 8 forks source link

Add AssemblerService support to rest-services.server project #7

Closed rmcdouga closed 4 years ago

rmcdouga commented 4 years ago

Add support for the Adobe Assembler Service API to rest-services.server project.

This involves the following work:

  1. Build the mock services (in com._4point.aem.fluentforms.testing.assember) in fluentforms.core
  2. Build the implementation classes and unit tests in the rest-services.server project.

Completion of Issue #6 is a precursor to this work.

rmcdouga commented 4 years ago

Changes merged. Thank you for contributing!