Метод | Описание | |
---|---|---|
ChatterRestService ( string url, bool logService ) : System | ||
Follow ( string viewerId, string ownerId ) : |
||
GetAccessToken ( ) : string | ||
GetFollowers ( string userId ) : |
||
GetFollowing ( string userId ) : |
||
GetNextPage ( |
||
GetPreviousPage ( |
||
Login ( string client_id, string grant_type, string client_secret, string username, string password ) : string | ||
Unfollow ( string viewerId, string ownerId ) : |
Метод | Описание | |
---|---|---|
MakeRestCall ( string call, RestSharp method, string>.Dictionary |
||
MakeUserRestCall ( string userId, string call ) : |
||
MakeUserRestCall ( string userId, string call, RestSharp method, string>.Dictionary |
||
WriteLogToFile ( String msg ) : void |
public ChatterRestService ( string url, bool logService ) : System | ||
url | string | |
logService | bool | |
Результат | System |
public Follow ( string viewerId, string ownerId ) : |
||
viewerId | string | |
ownerId | string | |
Результат |
public GetFollowers ( string userId ) : |
||
userId | string | |
Результат |
public GetFollowing ( string userId ) : |
||
userId | string | |
Результат |
public GetNextPage ( |
||
resp | ||
Результат |
public GetPreviousPage ( |
||
resp | ||
Результат |
public Login ( string client_id, string grant_type, string client_secret, string username, string password ) : string | ||
client_id | string | |
grant_type | string | |
client_secret | string | |
username | string | |
password | string | |
Результат | string |
public Unfollow ( string viewerId, string ownerId ) : |
||
viewerId | string | |
ownerId | string | |
Результат |