C# 클래스 instagrammer.TagsClient

상속: BaseClient
파일 보기 프로젝트 열기: jonezy/instagrammer

공개 메소드들

메소드 설명
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