C# Класс instagrammer.TagsClient

Наследование: BaseClient
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )

Описание методов

RecentMedia() публичный Метод

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.
Результат ApiResponse

Search() публичный Метод

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 #)
Результат ApiResponse

Tag() публичный Метод

Get information about a tag http://instagram.com/developer/endpoints/tags/#get_tags
public Tag ( string name ) : ApiSingleResponse
name string The tag to lookup
Результат ApiSingleResponse

TagsClient() публичный Метод

public TagsClient ( string token )
token string