C# Class Imgur.API.Endpoints.Impl.MemeGenEndpoint

Meme related actions.
Inheritance: EndpointBase, IMemeGenEndpoint
ファイルを表示 Open project: DamienDennehy/Imgur.API Class Usage Examples

Private Properties

Property Type Description
MemeGenEndpoint System

Public Methods

Method Description
GetDefaultMemesAsync ( ) : Task>

Get the list of default memes.

MemeGenEndpoint ( IApiClient apiClient ) : System

Initializes a new instance of the MemeGenEndpoint class.

Private Methods

Method Description
MemeGenEndpoint ( IApiClient apiClient, HttpClient httpClient ) : System

Initializes a new instance of the MemeGenEndpoint class.

Method Details

GetDefaultMemesAsync() public method

Get the list of default memes.
/// Thrown when a null reference is passed to a method that does not accept it as a /// valid argument. /// Thrown when an error is found in a response from an Imgur endpoint. Thrown when an error is found in a response from a Mashape endpoint.
public GetDefaultMemesAsync ( ) : Task>
return Task>

MemeGenEndpoint() public method

Initializes a new instance of the MemeGenEndpoint class.
public MemeGenEndpoint ( IApiClient apiClient ) : System
apiClient IApiClient The type of client that will be used for authentication.
return System