C# 클래스 BalihooBlipDotNet.BlipRequest

An HTTP request to the BLIP API.
파일 보기 프로젝트 열기: balihoo/balihoo-blip-sdk-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BlipRequest System
BuildResponse Task
ConfigureClient System.Net.Http.HttpClient
ExecuteCommand Task

비공개 메소드들

메소드 설명
BlipRequest ( string credentials, string endpoint ) : System

The BlipRequest constructor.

BuildResponse ( HttpResponseMessage response ) : Task

Converts an HTTPResponseMessage into a BlipResponse object.

ConfigureClient ( HttpClient client ) : HttpClient

Configures the HTTP client with credentials, headers, etc.

ExecuteCommand ( Command command, string path, string content = null ) : Task

Executes the specified HTTP command.