C# Class ImgurNet.Imgur

Show file Open project: 0xdeafcafe/ImgurNet

Public Methods

Method Description
ChangeAuthentication ( IAuthentication authentication ) : void

Updates the authentication that this Client uses.

Imgur ( IAuthentication authentication ) : System

Creates a new instance of the Imgur Client, that can be passed into Endpoints

Method Details

ChangeAuthentication() public method

Updates the authentication that this Client uses.
public ChangeAuthentication ( IAuthentication authentication ) : void
authentication IAuthentication The authentication to put into this Client.
return void

Imgur() public method

Creates a new instance of the Imgur Client, that can be passed into Endpoints
public Imgur ( IAuthentication authentication ) : System
authentication IAuthentication Your authentication.
return System