docs/content/getting-started/events.md
dat-adi 40bce2aec3 Moved everything into the parent directory
I figured that this is going to be the main source of truth unlike
an OpenAPI Specification, and as such is the only one that we
should be following.
2022-01-12 13:13:45 +05:30

769 B

+++ title = "Events" weight = 40 +++

Events

Events are those operations that are performed on the Forge side, such as Pull Requests, and Issues.

These events are operations of their own, and are handled within Interface through Notifications.

The flow of processing an operation in the forge is done as follows,

  1. We poll for Notifications through the Job Runner.
  2. Proceed to send over this Notification to the Events Endpoint, where the Notification is parsed, and processed.
  3. After identification, it is converted into a event, PR or Issue.

References

  • Events Endpoint :: Info