Skip to content
cosmosgenius edited this page Dec 3, 2014 · 20 revisions

Architecture of WebHooked

Units

Apps

  • Has a name.
    • Minimum 2 characters
  • Has a single path.
    • Minimum 1 character
  • Has tasks to be executed in an order.
    • Can have 0 tasks
  • Has previous deployment details
  • Has access token for authentication
  • Has created timestamp
  • Has modified timestamp

APIs

There will be two exposed APIs

  • webapps
  • deploy

Authorization

Authorization will be based on access token with associated permission.

Internals

Clone this wiki locally