[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `ServiceCollectionExtensions` class provides extension methods for configuring API clients within the App Hub v1 API, specifically for use with dependency injection."],["The `AddAppHubClient` method is used to add a singleton `AppHubClient` to an `IServiceCollection`, enabling the client to be configured and utilized within the service collection."],["There are two versions of `AddAppHubClient`: one that takes an `Action\u003cAppHubClientBuilder\u003e` as a parameter, and another that takes an `Action\u003cIServiceProvider, AppHubClientBuilder\u003e` allowing for different levels of configuration."],["Both `AddAppHubClient` methods return an `IServiceCollection` allowing for further configuration and method chaining within the application."],["The latest version of this class is 1.0.0 and is available at the provided link."]]],[]]