docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ApiRequestPathBuilder

    A URI builder

    Inheritance
    object
    ApiRequestPathBuilder
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Shared
    Assembly: solution.dll
    Syntax
    public class ApiRequestPathBuilder

    Constructors

    ApiRequestPathBuilder(string, string)

    The URI builder constructor

    Declaration
    public ApiRequestPathBuilder(string baseUrl, string path)
    Parameters
    Type Name Description
    string baseUrl

    The base url.

    string path

    The path.

    Methods

    AddPathParameters(Dictionary<string, string>)

    Add path parameters

    Declaration
    public void AddPathParameters(Dictionary<string, string> parameters)
    Parameters
    Type Name Description
    Dictionary<string, string> parameters

    The dictionary of parameters to add

    AddQueryParameters(Multimap<string, string>)

    Add query parameters

    Declaration
    public void AddQueryParameters(Multimap<string, string> parameters)
    Parameters
    Type Name Description
    Multimap<string, string> parameters

    The map of parameters to add

    GetFullUri()

    Get the full url

    Declaration
    public string GetFullUri()
    Returns
    Type Description
    string

    Returns the full url

    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)