How does one go about accessing api other than the primaries? For instance, I want to use functionality from this api https://cloud.google.com/identity/docs/reference/rest/v1beta1/orgUnits.m... but since it's in v1beta1 I can't access the method.

Comments

RustedBucket created an issue. See original summary.

rustedbucket’s picture

Issue summary: View changes
sadashiv’s picture

Hi,

This module depends on what is provided by the Google Api Php Client Services so once google develops the library and provides it for public then we can use it, as I can see they have not provided it yet so the module can't offer it, if you want to still use it then you can use some hook and add scopes to the google api client entity and authenticate it and then code to call the api using raw request using Google_Client class. I know it is more difficult this way but as of now we don't have option

Thanks,
Sadashiv