Hornwitser
|
c8b49d37be
|
[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
|
7 years ago |
Rapptz
|
f25091efe1
|
Drop support for Python 3.4 and make minimum version 3.5.2.
|
7 years ago |
Rapptz
|
eb5defed00
|
Fix Webhook.guild raising an AttributeError.
Fixes #1148
|
7 years ago |
Tobotimus
|
3112e1c17e
|
Add intersphinx
|
7 years ago |
Rapptz
|
30b5047b0e
|
Fix multipart sending for RequestsWebhookAdapter to work.
|
7 years ago |
Rapptz
|
5013102574
|
Fix Webhook.delete not working.
|
8 years ago |
rooni
|
415ca9a774
|
Add webhook.url
|
8 years ago |
Rapptz
|
8912625428
|
Fix docstrings for Webhook.send
|
8 years ago |
Rapptz
|
99bd595f5e
|
Rename webhook parameters to payload to avoid shadowing.
The old names clashed with the `json` module.
|
8 years ago |
Rapptz
|
e7d3085445
|
Webhook URLs can have dashes and underscores.
|
8 years ago |
Steve C
|
7ee5dc22fb
|
Fix a couple docstrings
|
8 years ago |
Rapptz
|
8eb6fa0329
|
Fix multi-part sending with aiohttp in webhooks.
|
8 years ago |
Rapptz
|
754f3a2ae9
|
Don't make session a keyword only argument.
|
8 years ago |
Rapptz
|
b5d987347a
|
Fix some docstrings.
|
8 years ago |
Rapptz
|
310cb05040
|
Fix Webhook.execute alias.
|
8 years ago |
Rapptz
|
37b0fdb898
|
Add webhook support.
Allows for usage of either `requests` and `aiohttp` when used in
"Standalone" mode.
Fixes #704
|
8 years ago |