Class Web.Api.Google.Plus.V1

Inheritance graph
Web.Api.Api Web.Api.Google.Api Web.Api.Google.Plus.V1

Inherit Api

inherit Web.Api.Google.Api : Api


Constant API_URI

protected constant string Web.Api.Google.Plus.V1.API_URI

Description

API base URI.


Variable _people
Variable _activities

private People Web.Api.Google.Plus.V1._people
private Activities Web.Api.Google.Plus.V1._activities

Description

Internal singleton objects. Get an instance via people and activities.


Variable activities

Activities Web.Api.Google.Plus.V1.activities

Description

Getter for the Activities object which has methods for all activities related Google+ API methods.

See also

https://developers.google.com/+/api/latest/activities

Note

Read only


Variable people

People Web.Api.Google.Plus.V1.people

Description

Getter for the People object which has methods for all people related Google+ API methods.

See also

https://developers.google.com/+/api/latest/people

Note

Read only