This project is used to create clients to AEM's API.
- Download the Swagger Codegen Cli jar and place it in the bin directory.
- Define the API with YAML
- Define the project with JSON file.
- Scripts in
bindirectory create the client from YAML/JSON - Specs test API; but AEM needs to be running locally
- To commit changes to Github run
git_push.sh '' '' < Message >in each client directory. - To tag a gem: run
gem releasein the client directory.