mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2025-12-10 12:29:30 +02:00
Upload 1.5.0 version
Upload docs
This commit is contained in:
8
examples/get_balance.py
Normal file
8
examples/get_balance.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import pyspw
|
||||
|
||||
# Init library
|
||||
api = pyspw.SpApi(card_id='card_id',
|
||||
card_token='card_token')
|
||||
|
||||
# Get card balance
|
||||
print(api.get_balance())
|
||||
Reference in New Issue
Block a user