Browse Source

PyPI 1.0.4

main
Fsoky 4 years ago
parent
commit
11bc58f5d4
  1. 2
      README.md
  2. BIN
      dist/donationalerts-api-1.0.4.tar.gz
  3. BIN
      dist/donationalerts_api-1.0.4-py3-none-any.whl
  4. 2
      pyproject.toml

2
README.md

@ -13,7 +13,7 @@ This module for python. With help this module, you can interact with API Donatio
|Class|Description|
|----------|-----------|
|DonationAlertsApi(client_id, client_secret, redirect_uri, scope)|Request to API Donation Alerts|
|Scopes|Has attributes for the instruction of scopes (user_show, donation_index, donation_subcribe, custom_alert_store, goal_subcribe, poll_subcribe, all_scopes)|
|Scopes|Has attributes for the instruction of scopes (user_show, donation_index, donation_subscribe, custom_alert_store, goal_subscribe, poll_subscribe, all_scopes)|
|Method|Description|
|------|-----------|

BIN
dist/donationalerts-api-1.0.4.tar.gz

Binary file not shown.

BIN
dist/donationalerts_api-1.0.4-py3-none-any.whl

Binary file not shown.

2
pyproject.toml

@ -1,6 +1,6 @@
[tool.poetry]
name = "donationalerts-api"
version = "1.0.3"
version = "1.0.4"
description = "https://github.com/Fsoky/Donation-Alerts-API-Python"
readme = "README.md"
authors = ["Fsoky Community <[email protected]>"]

Loading…
Cancel
Save