Elipse Plant Manager — EPM Web API
Version 5.0.45
epmwebapi.resource
class
Resource:
Class representing a Resource from EPM Portal's or EPM Processor's Resource Manager.
Downloads a Resource from Resources Manager.
Parameters
- type: Type of Resource. Possible values are
epmwebapi.downloadtype.DownloadType.Text
,epmwebapi.downloadtype.DownloadType.Json
, orepmwebapi.downloadtype.DownloadType.Binary
.
Returns
Downloaded Resource. For Text return a
str
, for Json returns adict
, and for Binary returns aBytesIO
.
Copyright © 2017–2024 Elipse Software Ltda. All rights reserved. Distributed under MIT License.