travis-api/vendor/travis-core/lib/travis/api
Tyranja 2624bd9e72 Revert "Removes the unused travis-core v0 code"
This reverts commit a68c0028d8e8dfb4a0e7f965e57fbc9e8686ba86.
2016-06-14 15:18:15 +02:00
..
v0 Revert "Removes the unused travis-core v0 code" 2016-06-14 15:18:15 +02:00
v1 moved travis-core to vendor 2016-06-14 15:17:20 +02:00
formats.rb moved travis-core to vendor 2016-06-14 15:17:20 +02:00
README.markdown Revert "Removes the unused travis-core v0 code" 2016-06-14 15:18:15 +02:00
v1.rb moved travis-core to vendor 2016-06-14 15:17:20 +02:00
v2.rb moved travis-core to vendor 2016-06-14 15:17:20 +02:00
v0.rb Revert "Removes the unused travis-core v0 code" 2016-06-14 15:18:15 +02:00

This directory contains serializers for events and models.

  • v0/event: Payloads used by Travis::Event::Handler. These are the payloads that the addons will get.

  • v0/pusher: Payloads used to send events to the web UI using Pusher.

  • v0/worker: Payloads sent to travis-worker.

  • v1/http: Payloads for the v1 API.

  • v1/webhook: Payloads for the webhook notifications.

  • v2/http: Payloads for the v2 API.