C# Class j64.Harmony.Web.Repository.SmartThingsConnection

Inheritance: System.Net.Http.HttpClient
Show file Open project: joejarvis64/j64.Harmony Class Usage Examples

Public Properties

Property Type Description
BaseUrl string

Public Methods

Method Description
Login ( string user, string password ) : Task
SmartThingsConnection ( ) : System

Method Details

Login() public method

public Login ( string user, string password ) : Task
user string
password string
return Task

SmartThingsConnection() public method

public SmartThingsConnection ( ) : System
return System

Property Details

BaseUrl public property

public string BaseUrl
return string