signals

Codeship Status for yeti/signals
Coverage Status

A tool for auto generating libraries for different platforms to communicate with your API.

Instructions

The script is ran from signals.

To see a list of arguments run signals --help.

If you do not supply the required arguments when running, the script will prompt you for them one by one.

An example for running the script is: signals --schema ~/projects/your-project/api-schema.json --generator ios

iOS

  1. If you’re running the iOS generator and writing to core data make sure you quit xcode
  2. Run signals, and pass the --coredata flag if you want to override core data.
  3. If you changed the core data models, you’ll need to have xcode auto generate the new model files