C# Class Tumblr.Universal.Core.TumblrClient

Global Tumblr Library object.
Afficher le fichier Open project: Karn/Tumblr.Universal

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RetrieveRawResponse ( string endpoint ) : string
TumblrClient ( string publicKey, string secretKey ) : System

Registers API keys to grant access to the API endpoints.

UpdateAccessToken ( string token, string tokenSecret ) : void

Registers tokens recieved from authenticated request.

Method Details

RetrieveRawResponse() public méthode

public RetrieveRawResponse ( string endpoint ) : string
endpoint string
Résultat string

TumblrClient() public méthode

Registers API keys to grant access to the API endpoints.
public TumblrClient ( string publicKey, string secretKey ) : System
publicKey string The API/consumer key.
secretKey string The associated client secret key.
Résultat System

UpdateAccessToken() public static méthode

Registers tokens recieved from authenticated request.
public static UpdateAccessToken ( string token, string tokenSecret ) : void
token string The authenticated token.
tokenSecret string The associated secret token.
Résultat void