*What*
To allow developers to hook up their custom services, we want to provide an APB that give them this capability.
*How*
Create a new APB and put it under the aerogearcatalog org in github. The APB should not be bindable (specified in the apb.yaml file) It should have a provision and deprovision playbook The provision parameters should offer the following:
- name of the service (required) - url of the service (required) - config text ares area (optional)
The config should be specified as JSON. The provision APB should verify that it is valid JSON and fail if it is not valid The APB should follow the requirement documented here: https://github.com/aerogear/mobile-core/blob/master/docs/walkthroughs/developing-apbs-locally.adoc |
|