Skip to content

marcosvcorsi/octo-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octo Events

Octo Events is an application that listens to Github Events via webhooks and expose by an api for later use.

The test consists in building 2 endpoints:

  1. Webhook Endpoint The Webhook endpoint receives events from Github and saves them on the database, in order to do that you must read the following docs:
  1. Events Endpoint The Events endpoint will expose the persist the events by an api that will filter by issue number Request: GET /issues/1000/events Response: 200 OK [ { "action": "open", created_at: "...",}, { "action": "closed", created_at: "...",} ]Github Integration Instructions
  • Tip: You can use ngrok (​ https://ngrok.com/​ ) to install / debug the webhook calls, it generates a public url that will route to your local host:

Local $ sudo ngrok http 4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published