C# Class WykopSharpClient.Repository.TagRepository

Inheritance: AbstractRepository, ITagRepository
显示文件 Open project: adiospl/WykopSharp

Public Methods

Method Description
Block ( string tagName ) : Task
Entries ( string tagName, int page = 1 ) : Task
Index ( string tagName, int page = 1 ) : Task
Links ( string tagName, int page = 1 ) : Task
Observe ( string tagName ) : Task
TagRepository ( WykopSharpClient client ) : System
Unblock ( string tagName ) : Task
Unobserve ( string tagName ) : Task

Method Details

Block() public method

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

Entries() public method

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

Index() public method

public Index ( string tagName, int page = 1 ) : Task
tagName string
page int
return Task

Links() public method

public Links ( string tagName, int page = 1 ) : Task
tagName string
page int
return Task

Observe() public method

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

TagRepository() public method

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

Unblock() public method

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

Unobserve() public method

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