docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IApiAccessor

    Represents configuration aspects required to interact with the API endpoints.

    Namespace: Unity.Services.Apis.Shared
    Assembly: solution.dll
    Syntax
    public interface IApiAccessor

    Properties

    Configuration

    Gets or sets the configuration object

    Declaration
    IApiConfiguration Configuration { get; }
    Property Value
    Type Description
    IApiConfiguration

    An instance of the Configuration

    Methods

    GetBasePath()

    Gets the base path of the API client.

    Declaration
    string GetBasePath()
    Returns
    Type Description
    string

    The base path

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)