@ -21,18 +21,19 @@ This module for python. With help this module, you can interact with API Donatio
|------|-----------|
|login()|Returns link for connect to API|
|get_code()|Returns code access application|
|get_access_token(code)|Receive access token for the application (necessarily: transfer argument code which you got by get_code)|
|get_access_token(code, full=False)|Receive access token for the application (necessarily: transfer argument code which you got by get_code, if full=True - returns all json object)|
|get_donations(access_token)|Receive information about donate (messages)|
|get_user(access_token)|Receive information about user|