Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { TestGetMostPopular func(string, string, uint) ([]*nyt.MostPopularResult, error) TestSemanticConceptSearch func(string, string) ([]*nyt.SemanticConceptArticle, error) }
func (*Client) GetMostPopular ¶
func (*Client) SemanticConceptSearch ¶
func (t *Client) SemanticConceptSearch(conceptType, concept string) ([]*nyt.SemanticConceptArticle, error)
Click to show internal directories.
Click to hide internal directories.