api-client-python/test.py

9 lines
182 B
Python
Raw Normal View History

2014-09-10 23:59:23 +04:00
from Intaro import IntaroApy
from pprint import pprint
i = IntaroApy('https://g-lights.intarocrm.ru', 'pPsg3F79dj0OYkeYKwogOT9cccaipIKR')
result = i.orderGet(1342)
pprint(result)