C# Class BalihooBlipDotNet.BlipRequest

An HTTP request to the BLIP API.
Exibir arquivo Open project: balihoo/balihoo-blip-sdk-net Class Usage Examples

Private Properties

Property Type Description
BlipRequest System
BuildResponse Task
ConfigureClient System.Net.Http.HttpClient
ExecuteCommand Task

Private Methods

Method Description
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.