C# 클래스 instagrammer.LocationClient

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

공개 메소드들

메소드 설명
LocationClient ( string token )
Locations ( string name ) : ApiSingleResponse

Get information about a location http://instagram.com/developer/endpoints/locations/#get_locations

RecentMedia ( string locationId ) : ApiResponse

Get a list of recent media from the given location http://instagram.com/developer/endpoints/locations/#get_locations_media_recent

Search ( string query ) : ApiResponse

Search for a location by name and geographic coordinate.

메소드 상세

LocationClient() 공개 메소드

public LocationClient ( string token )
token string

Locations() 공개 메소드

Get information about a location http://instagram.com/developer/endpoints/locations/#get_locations
public Locations ( string name ) : ApiSingleResponse
name string The name of the location
리턴 ApiSingleResponse

RecentMedia() 공개 메소드

Get a list of recent media from the given location http://instagram.com/developer/endpoints/locations/#get_locations_media_recent
public RecentMedia ( string locationId ) : ApiResponse
locationId string Location to find media
리턴 ApiResponse

Search() 공개 메소드

Search for a location by name and geographic coordinate.
public Search ( string query ) : ApiResponse
query string The name of the location
리턴 ApiResponse