Menu

Tree [14163e] master /
 History

HTTPS access


File Date Author Commit
 .ebextensions 2013-12-07 Dreae Dreae [58087d] Changed EB config
 EasyDonate 2013-12-08 Dreae Dreae [14163e] Changed API to return server error if nothing f...
 .gitignore 2013-12-07 Dreae Dreae [94a488] Initial commit
 LICENSE 2013-12-07 Dreae Dreae [8804c1] Added license
 README.md 2013-12-08 Dreae Dreae [14163e] Changed API to return server error if nothing f...
 app.wsgi 2013-12-07 Dreae Dreae [94a488] Initial commit
 pyramid.ini 2013-12-07 Dreae Dreae [94a488] Initial commit
 requirements.txt 2013-12-07 Dreae Dreae [94a488] Initial commit
 run.py 2013-12-07 Dreae Dreae [94a488] Initial commit
 setup.py 2013-12-08 Dreae Dreae [797a6b] Versioning, updated readme

Read Me

EasyDonate

EasyDonate is an open-source platform for gaming communities to
accept payment for services they provide. It is designed to make
donating fast and simple for your players, and provides an extensive
API for writing custom applictations to interface with your donation
page.

Documentation is on it's way, but for now you can check out EasyDonate
for yourself by having a look at the demo
or visiting the demo admin center and
logging in with the username 'demo' and password 'ezdonate'

The API

Requests to the EasyDonate API are done via HTTP GET in the following format

http://{application_url}/api/{interface}/{method}?key=XXXXXXXXXXXXXXX&params...

API calls will return json, to view a list of currently available API interfaces
click here

The API is a work in progress, if you would like to see methods or interfaces added,
drop me a line or open up an issue.