Repository - API - Source
skip_hidden
parameter to project.get_execution_stats
method. (T35030)precision
and include_blank_cells
parameters to project.preview
method. (T28860, T28109) (preview)wait_for_completion
method back. Added new wave_id
argument (T28740)TypeError: __init__() takes 3 positional arguments but 4 were given
(#1)JSON value is not an array
error (#2)Drive
methodsDrive.download_file
logout
method and logging out current user when exiting API
context (#1)API.drive
attribute to work with PolyAnalyst Drive
(#2)Project.parameters
with get
and set
methods (#4)Parameters.clear
method to reset parameters of particular node type (#5)API.fs
and RemoteFileSystem
in favor of API.drive
and Drive
, respectively (#3)API.get_parameters
and Project.set_parameters
methods (#6)logout
method. Implemented logout of current user when API
context exited if this endpoint supported by server. (#13)get_parameters
method to polyanalyst.API
class for retrieving list of nodes supported by Parameters
node. Each node info contains its name, type and detailed list of parameters. (#12)API.request
method just returns
a tuple of requests.Response
and None
when response status code neither of
200, 202, 403 or 500. (#7)optional
word (#6)upload
method to RemoteFileSysem
class which encapsulates bare api level upload_file
and upload_folder
methods (#3)delete_file
method after uploading an empty file. (#2)upload_file
issues a warning when file
's current position is not pointed to the beginning of the file. (#1)