README.txt 389 B

1234567891011
  1. Directory for scripts that will be executed when a given action is encoutered.
  2. You have to put your scripts into {action}.d subdirectories; the scripts must be executable.
  3. Valid actions:
  4. - PUT /events/:event_id/persons/:person_id
  5. - update_person_in_event (update_person_in_event.d): called for each update
  6. - attends (attends.d): only called when a person is attending at an event