ConfigApi

Summary

MembersDescriptions

public ConfigDto Config()

This function will return a ConfigDto object that contains the configuration information for the current user.

private readonly string _requestUriBase

private Uri ConfigUri()

It returns a new Uri object that is constructed from the _requestUriBase field and the /config path

Members

public ConfigDto Config()

This function will return a ConfigDto object that contains the configuration information for the current user.

Returns

A ConfigDto object

private readonly string _requestUriBase

private Uri ConfigUri()

It returns a new Uri object that is constructed from the _requestUriBase field and the

/config path

Last updated