Install from pypi.org
pip3 install proxy-seller-user-apiOr manual install from proxy-seller/user-api-python repository
pip3 install git+https://github.com/proxy-seller/user-api-pythonGet API key here
from proxy_seller_user_api import Api
api = Api({'key':'YOUR_API_KEY'})
# api.setPaymentId(1)
# api.setGenerateAuth('N')
print(api.balance())22.01.2024
Breaking changes:
! remove targetId and targetSectionId from all calc/make requests
! add listId into proxyDownload method
New methods:
+ setPaymentId() - used in all calc/make requests (payment id=1(inner balance), id=43(subscribed card))
+ setGenerateAuth() - used in all calc/make requests (Y/N, default N)
+ authList
+ authActive
+ orderCalcResident
+ orderMakeResident
+ residentPackage
+ residentGeo
+ residentList
+ residentListRename
+ residentListDelete
- authList
- authActive
- balance
- balanceAdd
- balancePaymentsList
- referenceList
- orderCalcIpv4
- orderCalcIsp
- orderCalcMix
- orderCalcIpv6
- orderCalcMobile
- orderCalcResident
- orderMakeIpv4
- orderMakeIsp
- orderMakeMix
- orderMakeIpv6
- orderMakeMobile
- orderMakeResident
- prolongCalc
- prolongMake
- proxyList
- proxyDownload
- proxyCommentSet
- proxyCheck
- ping
- residentPackage
- residentGeo
- residentList
- residentListRename
- residentListDelete