|
| | Search (string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null) |
| |
| T | GetSearch< T > (SearchGetSearchInput searchGetSearchInput, string subreddit=null) |
| | Search links page. This endpoint is a listing. More...
|
| |
| SubredditContainer | SearchSubreddits (SearchGetSearchInput searchGetSearchInput, string subreddit=null) |
| | Search Reddit and return the results as subreddit listings. More...
|
| |
| PostContainer | SearchPosts (SearchGetSearchInput searchGetSearchInput, string subreddit=null) |
| | Search Reddit and return the results as post listings. More...
|
| |
| UserContainer | SearchUsers (SearchGetSearchInput searchGetSearchInput, string subreddit=null) |
| | Search Reddit and return the results as user listings. More...
|
| |
| MultiSearchResults | MultiSearch (SearchGetSearchInput searchGetSearchInput, string subreddit=null) |
| | Search Reddit and return the results as mixed listings. Use this method if you're specifying multiple values for the "type" parameter. More...
|
| |
| | BaseModel (string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null) |
| |
| string | Sr (string subreddit) |
| |
| | Request (string appId, string appSecret, string refreshToken, string accessToken, ref RestClient restClient, string deviceId=null, string userAgent=null) |
| |
| T | SendRequest< T > (string url, dynamic parameters, Method method=Method.GET, string contentType="application/x-www-form-urlencoded") |
| |
| async Task< T > | SendRequestAsync< T > (string url, dynamic parameters, Method method=Method.GET, string contentType="application/x-www-form-urlencoded") |
| |
| RestRequest | PrepareIDRequest (string path, string id, Method method=Method.POST) |
| |
| RestRequest | PrepareJSONRequest (string path, Method method=Method.POST) |
| |
| RestRequest | PrepareRequest (string url, Method method=Method.GET, string contentType="application/x-www-form-urlencoded") |
| |
| RestRequest | PrepareRequest (string url, Method method, List< Parameter > parameters, List< FileParameter > files, string contentType="application/x-www-form-urlencoded") |
| |
| RestRequest | PrepareRequest (RestRequest restRequest, string contentType="application/x-www-form-urlencoded") |
| |
| string | GetVersion () |
| |
| string | ExecuteRequest (string url, Method method=Method.GET) |
| |
| async Task< string > | ExecuteRequestAsync (string url, Method method=Method.GET) |
| |
| string | ExecuteRequest (RestRequest restRequest) |
| |
| async Task< string > | ExecuteRequestAsync (RestRequest restRequest) |
| |
| void | UpdateAccessToken (string accessToken) |
| |
| void | UpdateRequests (List< DateTime > requests) |
| |
| void | AddParamIfNotNull (string name, dynamic value, ref RestRequest restRequest) |
| |