Table of Contents

Class DataConnectorClient

Namespace
Autodesk.ACC.DataConnector
Assembly
Autodesk.ACC.DataConnector.dll
public class DataConnectorClient
Inheritance
DataConnectorClient
Inherited Members

Constructors

DataConnectorClient(Func<Task<string>>, HttpClient?)

Initializes a new instance of the DataConnectorClient class.

public DataConnectorClient(Func<Task<string>> getAccessToken, HttpClient? httpClient = null)

Parameters

getAccessToken Func<Task<string>>

Function for getting the access token used for the following calls

httpClient HttpClient

Optional: Override the default HttpClient used for performing API calls

Properties

Api

ACC Data Connector API client base path 'https://developer.api.autodesk.com/bim360/docs/v1'

public BaseDataConnectorClient Api { get; protected set; }

Property Value

BaseDataConnectorClient

Helper

High-level order functions supporting common operations

public DataConnectorClientHelper Helper { get; protected set; }

Property Value

DataConnectorClientHelper