C# Class inBloomApiLibrary.HomeDataService

Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet Class Usage Examples

Public Methods

Method Description
GetHome ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets Home links

LogOut ( string accessToken ) : string

this function is used to logout the user

Method Details

GetHome() public method

Gets Home links
public GetHome ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
return Newtonsoft.Json.Linq.JArray

LogOut() public method

this function is used to logout the user
public LogOut ( string accessToken ) : string
accessToken string
return string