Class Web.Api.Instagram.V1

Inheritance graph
Web.Api.Api Web.Api.Instagram.V1
Description

Class for communicating with version 1 of the Instagram API.


Inherit parent

inherit Web.Api.Api : parent


Constant API_URI

protected constant string Web.Api.Instagram.V1.API_URI

Description

The URI to the Instagram API


Variable _any

private Any Web.Api.Instagram.V1._any

Description

Singleton Any object. Will be instantiated first time requested.


Variable _comments

private Comments Web.Api.Instagram.V1._comments

Description

Singleton Comments object. Will be instantiated first time requested.


Variable _likes

private Likes Web.Api.Instagram.V1._likes

Description

Singleton Likes object. Will be instantiated first time requested.


Variable _locations

private Locations Web.Api.Instagram.V1._locations

Description

Singleton Locations object. Will be instantiated first time requested.


Variable _media

private Media Web.Api.Instagram.V1._media

Description

Singleton Media object. Will be instantiated first time requested.


Variable _tags

private Tags Web.Api.Instagram.V1._tags

Description

Singleton Tags object. Will be instantiated first time requested.


Variable _users

private Users Web.Api.Instagram.V1._users

Description

Singleton User object. Will be instantiated first time requested.


Variable any

Any Web.Api.Instagram.V1.any

Description

Getter for the Any object which can be used to query any method in the Instagram web api. The METHOD_PATH is set to / in this object.

Note

Read only


Variable comments

Comments Web.Api.Instagram.V1.comments

Description

Getter for the Comments object which has methods for all comments related Instagram API methods.

See also

http://instagram.com/developer/endpoints/comments/

Note

Read only


Variable likes

Likes Web.Api.Instagram.V1.likes

Description

Getter for the Likes object which has methods for all likes related Instagram API methods.

See also

http://instagram.com/developer/endpoints/likes/

Note

Read only


Variable locations

Locations Web.Api.Instagram.V1.locations

Description

Getter for the Locations object which has methods for all locations related Instagram API methods.

See also

http://instagram.com/developer/endpoints/locations/

Note

Read only


Variable media

Media Web.Api.Instagram.V1.media

Description

Getter for the Media object which has methods for all media related Instagram API methods.

See also

http://instagram.com/developer/endpoints/media/

Note

Read only


Variable tags

Tags Web.Api.Instagram.V1.tags

Description

Getter for the Tags object which has methods for all tags related Instagram API methods.

See also

http://instagram.com/developer/endpoints/tags/

Note

Read only


Variable users

Users Web.Api.Instagram.V1.users

Description

Getter for the Users object which has methods for all users related Instagram API methods.

See also

http://instagram.com/developer/endpoints/users/

Note

Read only