Skip to content

proxy-seller/user-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-seller python api

Install from pypi.org

pip3 install proxy-seller-user-api

Or manual install from proxy-seller/user-api-python repository

pip3 install git+https://github.com/proxy-seller/user-api-python

Quick start

Get 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())

Changelog

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

Methods available:

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages