Class Web.Api.Instagram.V1
- Description
Class for communicating with version 1 of the Instagram API.
- Constant API_URI
protectedconstantstringWeb.Api.Instagram.V1.API_URI- Description
The URI to the Instagram API
- Variable _any
privateAnyWeb.Api.Instagram.V1._any- Description
Singleton Any object. Will be instantiated first time requested.
- Variable _comments
privateCommentsWeb.Api.Instagram.V1._comments- Description
Singleton Comments object. Will be instantiated first time requested.
- Variable _likes
privateLikesWeb.Api.Instagram.V1._likes- Description
Singleton Likes object. Will be instantiated first time requested.
- Variable _locations
privateLocationsWeb.Api.Instagram.V1._locations- Description
Singleton Locations object. Will be instantiated first time requested.
- Variable _media
privateMediaWeb.Api.Instagram.V1._media- Description
Singleton Media object. Will be instantiated first time requested.
- Variable _tags
privateTagsWeb.Api.Instagram.V1._tags- Description
Singleton Tags object. Will be instantiated first time requested.
- Variable _users
privateUsersWeb.Api.Instagram.V1._users- Description
Singleton
Userobject. Will be instantiated first time requested.
- Variable any
AnyWeb.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
CommentsWeb.Api.Instagram.V1.comments- Description
Getter for the Comments object which has methods for all
commentsrelated Instagram API methods.- See also
- Note
Read only
- Inherit parent
inherit Web.Api.Api : parent
- Variable likes
LikesWeb.Api.Instagram.V1.likes- Description
Getter for the Likes object which has methods for all
likesrelated Instagram API methods.- See also
- Note
Read only
- Variable locations
LocationsWeb.Api.Instagram.V1.locations- Description
Getter for the Locations object which has methods for all
locationsrelated Instagram API methods.- See also
- Note
Read only
- Variable media
MediaWeb.Api.Instagram.V1.media- Description
Getter for the Media object which has methods for all
mediarelated Instagram API methods.- See also
- Note
Read only
- Variable tags
TagsWeb.Api.Instagram.V1.tags- Description
Getter for the Tags object which has methods for all
tagsrelated Instagram API methods.- See also
- Note
Read only