forked from aliyun/aliyun-openapi-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
287 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
2021-02-19 Version: 3.6 | ||
- Python version. | ||
|
||
2020-10-14 Version: 3.6 | ||
- Python version. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 1999-present Alibaba Group Holding Ltd. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include LICENSE README.rst ChangeLog.txt |
35 changes: 0 additions & 35 deletions
35
aliyun-python-sdk-et-industry-openapi/aliyunsdket_industry_openapi/endpoint.py
This file was deleted.
Oops, something went wrong.
33 changes: 33 additions & 0 deletions
33
...-industry-openapi/aliyunsdket_industry_openapi/request/v20200824/GetMqttConnectRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class GetMqttConnectRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'GetMqttConnect') | ||
self.set_uri_pattern('/api/igate/collaboration/pop/getmqttconnect') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...sdk-et-industry-openapi/aliyunsdket_industry_openapi/request/v20200824/GetNonceRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class GetNonceRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'GetNonce') | ||
self.set_uri_pattern('/api/igate/collaboration/pop/getnonce') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...iyunsdket_industry_openapi/request/v20200824/ListMeasurePointListByNodeCodePageRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class ListMeasurePointListByNodeCodePageRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'ListMeasurePointListByNodeCodePage') | ||
self.set_uri_pattern('/api/igate/node/pop/measurepointlistbynodecodepage') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...pi/aliyunsdket_industry_openapi/request/v20200824/QueryFieldLatestBySourcePointRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class QueryFieldLatestBySourcePointRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'QueryFieldLatestBySourcePoint') | ||
self.set_uri_pattern('/api/igate/timeseries/query/pop/multifieldlatestbysourcepoint') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...-openapi/aliyunsdket_industry_openapi/request/v20200824/QueryIndustryDeviceDataRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class QueryIndustryDeviceDataRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'QueryIndustryDeviceData') | ||
self.set_uri_pattern('/api/igate/timeseries/query/pop/multifieldlatest') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...pi/aliyunsdket_industry_openapi/request/v20200824/QueryIndustryDeviceLimitsDataRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class QueryIndustryDeviceLimitsDataRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'QueryIndustryDeviceLimitsData') | ||
self.set_uri_pattern('/api/igate/timeseries/query/pop/multifieldrange') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...pi/aliyunsdket_industry_openapi/request/v20200824/QueryIndustryDeviceStatusDataRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class QueryIndustryDeviceStatusDataRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'QueryIndustryDeviceStatusData') | ||
self.set_uri_pattern('/api/igate/timeseries/query/pop/multifieldrangestatus') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
33 changes: 33 additions & 0 deletions
33
...ndustry-openapi/aliyunsdket_industry_openapi/request/v20200824/SourcePointBatchRequest.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
from aliyunsdkcore.request import RoaRequest | ||
|
||
class SourcePointBatchRequest(RoaRequest): | ||
|
||
def __init__(self): | ||
RoaRequest.__init__(self, 'et-industry-openapi', '2020-08-24', 'SourcePointBatch') | ||
self.set_uri_pattern('/api/igate/timeseries/upload/pop/sourcepointbatch') | ||
self.set_method('POST') | ||
|
||
def get_Request(self): | ||
return self.get_body_params().get('Request') | ||
|
||
def set_Request(self,Request): | ||
self.add_body_params('Request', Request) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[metadata] | ||
license_file = LICENSE | ||
|
||
[bdist_wheel] | ||
universal = 1 |