Top-gg-Community / python-sdk

A simple API wrapper for top.gg written in Python
https://docs.top.gg/docs/Libraries/python
MIT License
90 stars 54 forks source link

Add a property that exposes the internal webserver #45

Closed lmaotrigine closed 3 years ago

lmaotrigine commented 3 years ago

This PR adds a property that exposes the internal webserver that handles webhook requests.

This is useful to customise routes and request handling.

Fixes #

Proposed Changes