mirror of
https://github.com/yawaflua/Py-SPW.git
synced 2026-02-04 10:24:13 +02:00
Upload 1.5.0 version
Upload docs
This commit is contained in:
9
examples/check_api_work.py
Normal file
9
examples/check_api_work.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pyspw
|
||||
|
||||
# Init library
|
||||
api = pyspw.SpApi(card_id='card_id',
|
||||
card_token='card_token')
|
||||
|
||||
|
||||
# Checking
|
||||
print(api.ping())
|
||||
Reference in New Issue
Block a user