-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GITBOOK-4: change request with no subject merged in GitBook
- Loading branch information
1 parent
4b4d059
commit 951c0c1
Showing
15 changed files
with
428 additions
and
570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# Deveel Webhooks Documentation | ||
# Deveel Webhooks | ||
|
||
Here you can find a documentation of the `Deveel Webhooks` framework, to help you getting started with the libraries and functions that compose it and to understand how it works. | ||
Here you can find documentation of the `Deveel Webhooks` framework, to help you get started with the libraries and functions that compose it and to understand how it works. | ||
|
||
## Introduction | ||
|
||
The framework is composed by a set of libraries that can be used, at different degrees, to implement a system that allows applications to send and receive webhooks. | ||
The framework is composed of a set of libraries that can be used, at different degrees, to implement a system that allows applications to send and receive webhooks. | ||
|
||
* **Sending Webhooks** - Using libraries of the framework you can send webhooks to receivers, based on your own logic and rules. | ||
* **Receiving Webhooks** - The framework provides a set libraries implementing the capabilities for receiving webhooks from senders, reacting to events from external systems (such as Twilio, SendGrid, Facebook, etc.). | ||
* **Notifications** - The framework provides a set of libraries that can be used to manage subscriptions to events, notify subscribing applications of events occurred in your system. | ||
* **Receiving Webhooks** - The framework provides a set of libraries implementing the capabilities for receiving webhooks from senders and reacting to events from external systems (such as Twilio, SendGrid, Facebook, etc.). | ||
* **Notifications** - The framework provides a set of libraries that can be used to manage subscriptions to events and notify subscribing applications of events that occurred in your system. | ||
|
||
--- | ||
*** | ||
|
||
Read more about this framework: | ||
|
||
| Topic | Description | | ||
| ------ | ------------- | | ||
| **[Concepts](concepts/README.md)** | A list of basic concepts used in the framework | | ||
| **[Getting Started](getting_started.md)** | A quick guide to start using the framework | | ||
| **[Sending Webhooks](send_webhooks.md)** | Sending webhooks messages to receivers | | ||
| **[Receiving Webhooks](receivers/README.md)** | Receiving webhooks from senders | | ||
| **[Notifications](notifications/README.md)** | Notify subscribing applications of events occurred in your system | | ||
| Topic | Description | | ||
| ----------------------------------------- | ----------------------------------------------------------------- | | ||
| [**Concepts**](concepts/) | A list of basic concepts used in the framework | | ||
| [**Getting Started**](getting-started.md) | A quick guide to start using the framework | | ||
| [**Sending Webhooks**](send\_webhooks/) | Sending webhooks messages to receivers | | ||
| [**Receiving Webhooks**](receivers/) | Receiving webhooks from senders | | ||
| [**Notifications**](notifications/) | Notify subscribing applications of events occurred in your system | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.