Web API
WEB API for Yandex.Money antihackathon project.
Donation processing
POSTSends donation (with operation id)
https://www.yastream.win/api/donations
Отправка доната, если известен номер операции в системе Яндекс.Денег. Данные сразу уходят стримеру.
body
HEADERS
Content-Type
Bodyraw
Example Request
Sends donation (with operation id)
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTSends donation (without operation id)
https://yastream.win/api/newdonations
Отправка доната во временную базу для ожидания подтвеждения
body
HEADERS
Content-Type
Bodyraw
Example Request
operation
200 OK
Example Response
Cache-Control
Content-Encoding
Content-Length
Content-Type
Date
Expires
Pragma
Server
Vary
X-AspNet-Version
X-Powered-By
GETLooks up all applicant's donations
https://yastream.win/api/donations/GetAllDonations?type=user&id=1b6cfe4b-dd11-4de7-b98e-95099b28ad85
Получение информации обо всех донатах пользователя или стримера
params
optional
Response:
list of donations
Additional data for user's history
HEADERS
Content-Type
PARAMS
type
id
Bodyraw
Example Request
all donations
200 OK
Example Response
Cache-Control
Content-Encoding
Content-Length
Content-Type
Date
Expires
Pragma
Server
Vary
X-AspNet-Version
X-Powered-By