cordis-lib / cordis

Modular, micro-service based Discord API wrapper written in TS.
https://cordis.js.org
Other
29 stars 1 forks source link

feat(Rest): custom bucket support #106

Open didinele opened 2 years ago

didinele commented 2 years ago

Please describe the changes this PR makes and why it should be merged: This PR makes buckets an abstract class that can be implemented. You can now write your own BaseBucket implementation, or use the built-in ProxyBucket for easily sending requests to a proxy server while still using this package.

Status and versioning classification: