[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 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."]]],[]]