NLTN / StudentEnrollment

A back-end Web Service to manage course enrollment and waiting lists with functionality similar to TitanOnline.
GNU General Public License v3.0
0 stars 4 forks source link

Webhook Dispatcher #72

Closed NLTN closed 11 months ago

NLTN commented 11 months ago

The Webhook callback consumer should POST to the user-supplied Webhook callback URL.To get started with HTTPX, see the QuickStart page.

Note: As you may have seen in Exercise 4, the callback URL may not always be available. You do not need to re-attempt delivery, but this will cause your HTTP request to raise an exception. Don’t let this become a poison message: catch this exception and acknowledge the message.

NLTN commented 11 months ago

Solved