C# Class WykopSharpClient.Repository.ProfileRepository

Inheritance: AbstractRepository, IProfileRepository
ファイルを表示 Open project: adiospl/WykopSharp

Public Methods

Method Description
Added ( string profileName, int page = 1 ) : Task>
Block ( string profileName ) : Task
Buried ( string profileName, int page = 1 ) : Task>
Commented ( string profileName, int page = 1 ) : Task>
Comments ( string profileName, int page = 1 ) : Task>
Digged ( string profileName, int page = 1 ) : Task>
Entries ( string profileName, int page = 1 ) : Task>
EntriesComments ( string profileName, int page = 1 ) : Task>
Favorities ( string profileName, int listId, int page = 1 ) : Task>
Followed ( string profileName, int page = 1 ) : Task>
Followers ( string profileName, int page = 1 ) : Task>
Index ( string profileName ) : Task
Observe ( string profileName ) : Task
ProfileRepository ( WykopSharpClient client ) : System
Published ( string profileName, int page = 1 ) : Task>
Related ( string profileName, int page = 1 ) : Task>
Unblock ( string profileName ) : Task
Unobserve ( string profileName ) : Task

Method Details

Added() public method

public Added ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Block() public method

public Block ( string profileName ) : Task
profileName string
return Task

Buried() public method

public Buried ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Commented() public method

public Commented ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Comments() public method

public Comments ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Digged() public method

public Digged ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Entries() public method

public Entries ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

EntriesComments() public method

public EntriesComments ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Favorities() public method

public Favorities ( string profileName, int listId, int page = 1 ) : Task>
profileName string
listId int
page int
return Task>

Followed() public method

public Followed ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Followers() public method

public Followers ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Index() public method

public Index ( string profileName ) : Task
profileName string
return Task

Observe() public method

public Observe ( string profileName ) : Task
profileName string
return Task

ProfileRepository() public method

public ProfileRepository ( WykopSharpClient client ) : System
client WykopSharpClient
return System

Published() public method

public Published ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Related() public method

public Related ( string profileName, int page = 1 ) : Task>
profileName string
page int
return Task>

Unblock() public method

public Unblock ( string profileName ) : Task
profileName string
return Task

Unobserve() public method

public Unobserve ( string profileName ) : Task
profileName string
return Task