Search Results for

    Show / Hide Table of Contents

    Class RESTRequestConfigure

    Inheritance
    object
    RESTRequestConfigure
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public static class RESTRequestConfigure

    Methods

    | Edit this page View Source

    WithBody<TBody, TClient>(TClient, ICrudService, string, TBody, RequestOptions, params RequestParameter[])

    Declaration
    public static RESTRequest WithBody<TBody, TClient>(TClient client, ICrudService service, string url, TBody body, RequestOptions options, params RequestParameter[] @params) where TClient : RESTClient, IApiClient
    Parameters
    Type Name Description
    TClient client
    ICrudService service
    string url
    TBody body
    RequestOptions options
    RequestParameter[] params
    Returns
    Type Description
    RESTRequest
    Type Parameters
    Name Description
    TBody
    TClient
    | Edit this page View Source

    WithoutBody<TClient>(TClient, ICrudService, string, RequestOptions, params RequestParameter[])

    Declaration
    public static RESTRequest WithoutBody<TClient>(TClient client, ICrudService service, string url, RequestOptions options, params RequestParameter[] @params) where TClient : RESTClient, IApiClient
    Parameters
    Type Name Description
    TClient client
    ICrudService service
    string url
    RequestOptions options
    RequestParameter[] params
    Returns
    Type Description
    RESTRequest
    Type Parameters
    Name Description
    TClient
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation