├── LICENSE ├── README.md └── examples ├── activate_code.py └── get_player.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NightsSoftware/MidasbuyAPI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NightsSoftware/MidasbuyAPI/HEAD/README.md -------------------------------------------------------------------------------- /examples/activate_code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NightsSoftware/MidasbuyAPI/HEAD/examples/activate_code.py -------------------------------------------------------------------------------- /examples/get_player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NightsSoftware/MidasbuyAPI/HEAD/examples/get_player.py --------------------------------------------------------------------------------