C# Class inBloomApiLibrary.HomeDataService

Inheritance: ServiceBase
Afficher le fichier Open project: upeo/inbloom-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets Home links
public GetHome ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string
Résultat Newtonsoft.Json.Linq.JArray

LogOut() public méthode

this function is used to logout the user
public LogOut ( string accessToken ) : string
accessToken string
Résultat string