C# Class PastebinAPI.Pastebin

Mostrar archivo Open project: nikibobi/pastebin-csharp

Public Methods

Method Description
ListTrendingPastes ( ) : IEnumerable

Lists the currently trending pastes

Login ( string username, string password ) : User

Log-in to Pastebin

Method Details

ListTrendingPastes() public static method

Lists the currently trending pastes
public static ListTrendingPastes ( ) : IEnumerable
return IEnumerable

Login() public static method

Log-in to Pastebin
public static Login ( string username, string password ) : User
username string
password string
return User