C# Class instagrammer.TagsClient

Inheritance: BaseClient
Afficher le fichier Open project: jonezy/instagrammer

Méthodes publiques

Méthode Description
RecentMedia ( string tagname ) : ApiResponse

Get a list of media tagged with this tag http://instagram.com/developer/endpoints/tags/#get_tags_media_recent

Search ( string query ) : ApiResponse

Search for tags by tagname http://instagram.com/developer/endpoints/tags/#get_tags_search

Tag ( string name ) : ApiSingleResponse

Get information about a tag http://instagram.com/developer/endpoints/tags/#get_tags

TagsClient ( string token )

Method Details

RecentMedia() public méthode

Get a list of media tagged with this tag http://instagram.com/developer/endpoints/tags/#get_tags_media_recent
public RecentMedia ( string tagname ) : ApiResponse
tagname string The name of the tag to match.
Résultat ApiResponse

Search() public méthode

Search for tags by tagname http://instagram.com/developer/endpoints/tags/#get_tags_search
public Search ( string query ) : ApiResponse
query string A valid tagname (no leading #)
Résultat ApiResponse

Tag() public méthode

Get information about a tag http://instagram.com/developer/endpoints/tags/#get_tags
public Tag ( string name ) : ApiSingleResponse
name string The tag to lookup
Résultat ApiSingleResponse

TagsClient() public méthode

public TagsClient ( string token )
token string