File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## qencode-api-python -client
1+ ## qencode-api-python3 -client
22
33####Installation
44
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def start_encode():
5252 Create client object
5353 :param api_key: string. required
5454 :param api_url: string. not required
55- :param api_version: int . not required. default 'v1'
55+ :param api_version: string . not required. default 'v1'
5656 :return: client object
5757 """
5858
Original file line number Diff line number Diff line change @@ -44,10 +44,11 @@ def print_status(status):
4444
4545def start_encode ():
4646 """
47- Create encoder object
48- :param api_key: string
47+ Create client object
48+ :param api_key: string. required
4949 :param api_url: string. not required
50- :return: encode object
50+ :param api_version: string. not required. default 'v1'
51+ :return: client object
5152 """
5253 client = qencode .client (API_KEY )
5354 if client .error :
@@ -56,8 +57,6 @@ def start_encode():
5657
5758 """
5859 Create task
59- :param access_token: string. access_token from encoder object
60- :param connect: string. connect object from encoder object
6160 :return: task object
6261 """
6362 task = client .create_task ()
You can’t perform that action at this time.
0 commit comments