PSUSWENG894 / TravisCI-Lambda

A Project for SWENG 894
MIT License
2 stars 0 forks source link

Alexa skill controls TravisCI via API Use Case #24

Open mikercline opened 6 years ago

mikercline commented 6 years ago

Use Case: Alexa and TravisCI need to be able to communicate Actor: Development Team Basic Flow:

PsuJap91 commented 6 years ago

Alexa skill triggers TravisCI, find a way to call an API via Go

georgemgeorge commented 6 years ago

TravisCI's API is HTTP calls with JSON objects. I created a file that demonstrates basically how that will look in GO. If you run the main.go file in the Randy folder it should trigger TravisCI to build the master branch and list some info about the last five builds of the project.