/swagger-aem

Swagger project for generating AEM Ruby clients.

Primary LanguageRuby

Swagger AEM

This project is used to create clients to AEM's API.

How to use

  1. Download the Swagger Codegen Cli jar and place it in the bin directory.
  2. Define the API with YAML
  3. Define the project with JSON file.
  4. Scripts in bin directory create the client from YAML/JSON
  5. Specs test API; but AEM needs to be running locally
  6. To commit changes to Github run git_push.sh '' '' < Message > in each client directory.
  7. To tag a gem: run gem release in the client directory.