Created
November 2, 2014 15:10
-
-
Save roman-yepishev/d0c88731176e0728a8e6 to your computer and use it in GitHub Desktop.
Python MediaFire SDK example: system/get_status
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from mediafire.api import MediaFireApi | |
api = MediaFireApi() | |
result = api.request("system/get_status") | |
print(result) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment