C# 클래스 Imgur.API.Endpoints.Impl.MemeGenEndpoint

Meme related actions.
상속: EndpointBase, IMemeGenEndpoint
파일 보기 프로젝트 열기: DamienDennehy/Imgur.API 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MemeGenEndpoint System

공개 메소드들

메소드 설명
GetDefaultMemesAsync ( ) : Task>

Get the list of default memes.

MemeGenEndpoint ( IApiClient apiClient ) : System

Initializes a new instance of the MemeGenEndpoint class.

비공개 메소드들

메소드 설명
MemeGenEndpoint ( IApiClient apiClient, HttpClient httpClient ) : System

Initializes a new instance of the MemeGenEndpoint class.

메소드 상세

GetDefaultMemesAsync() 공개 메소드

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>
리턴 Task>

MemeGenEndpoint() 공개 메소드

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.
리턴 System