gangsetr.blogg.se

Step seq asset
Step seq asset




timeout ( int) – Timeout on requests sent to the api.headers ( Dict) – Additional headers to add to all requests.max_workers ( int) – Max number of workers to spawn when parallelizing data fetching.base_url ( str) – Base url to send requests to.credentials ( CredentialProvider) – Credentials.Used to identify number of unique applications/scripts

step seq asset step seq asset

  • client_name ( str) – A user-defined name for the client.
  • ClientConfig ( client_name: str, project: str, credentials:, api_subversion: Optional = None, base_url: Optional = None, max_workers: Optional = None, headers: Optional] = None, timeout: Optional = None, file_transfer_timeout: Optional = None, debug: bool = False ) ¶Ĭonfiguration object for the client Parameters: Returns a config object containing the configuration for the current client. Perform a DELETE request to an arbitrary path in the API. delete ( url: str, params: Dict = None, headers: Dict = None ) → ¶ Perform a PUT request to an arbitrary path in the API. put ( url: str, json: Dict = None, headers: Dict = None ) → ¶ Perform a POST request to an arbitrary path in the API. post ( url: str, json: Dict, params: Dict = None, headers: Dict = None ) → ¶

    step seq asset

    Perform a GET request to an arbitrary path in the API. Get ( url: str, params: Dict = None, headers: Dict = None ) → ¶ Parameters:Ĭonfig ( ClientConfig) – The configuration for this client. CogniteClient ( config: Optional = None ) ¶Īll services are made available through this object.






    Step seq asset