C# Class Tumblr.Universal.Services.Request.RequestService

Provides methods that interface with the Tumblr API.
Datei anzeigen Open project: Karn/Tumblr.Universal

Public Methods

Method Description
PostAuthenticationData ( string url, string postData ) : Task

Performs a request to the Tumblr API to post authentication data.

Private Methods

Method Description
RequestService ( ) : System

Primary constructor.

Method Details

PostAuthenticationData() public method

Performs a request to the Tumblr API to post authentication data.
public PostAuthenticationData ( string url, string postData ) : Task
url string The endpoint to which the request is being made.
postData string The body of the POST message.
return Task