Table of Contents

Class IssuesClient

Namespace
Autodesk.ACC.Issues
Assembly
Autodesk.ACC.Issues.dll
public class IssuesClient
Inheritance
IssuesClient
Inherited Members

Constructors

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

Initializes a new instance of the IssuesClient class.

public IssuesClient(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 Issues API client base path 'https://aps.autodesk.com/en/docs/acc/v1/reference/http/issues-users-me-GET/'

public BaseIssuesClient Api { get; protected set; }

Property Value

BaseIssuesClient

Helper

High-level order functions supporting common operations

public IssuesClientHelper Helper { get; protected set; }

Property Value

IssuesClientHelper