rackerlabs / peril

Match developers with questions with Rackers with answers!
Other
4 stars 2 forks source link

peril-web endpoint to serve "Incidents since a timestamp" #24

Closed smashwilson closed 9 years ago

smashwilson commented 9 years ago

Create a Sinatra handler that fetches a list of Incidents that have been updated since a certain timestamp as a JSON array.

/cc @rgbkrk

rgbkrk commented 9 years ago

Also, make it require an authentication token.

smashwilson commented 9 years ago

Er, I could do that, but we're serving over HTTP. If we need security on this, we'll need an SSL certificate and an nginx frontend.