Class SettingsResource
The "settings" collection of methods.
public class SettingsResource
- Inheritance
-
SettingsResource
- Inherited Members
Constructors
SettingsResource(IClientService)
Constructs a new resource.
public SettingsResource(IClientService service)
Parameters
service
IClientService
Methods
Get(string)
Returns a single user setting.
public virtual SettingsResource.GetRequest Get(string setting)
Parameters
setting
stringThe id of the user setting.
Returns
List()
Returns all user settings for the authenticated user.
public virtual SettingsResource.ListRequest List()
Returns
Watch(Channel)
Watch for changes to Settings resources.
public virtual SettingsResource.WatchRequest Watch(Channel body)
Parameters
body
ChannelThe body of the request.