You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from method specific parameters, the API offers certain standard query parameters, which can be used in all methods.
Create an interface for those system parameters, which are listed here.
Refer to the already created interfaces in the schemas.ts file for creating the interface.
Another important task is to extend the standard query params to schemas of all the individual methods (defined by schema_<method>) in the schemas.ts file.
The text was updated successfully, but these errors were encountered:
@dnswd Thanks for spotting it! The mentioned link has been fixed now.
It seems like there's been a change in Google APIs' structure. Now they have common system parameters for all Google APIs. Earlier they were specific to each API, hence the link doesn't exist now.
Apart from method specific parameters, the API offers certain standard query parameters, which can be used in all methods.
Create an interface for those
system parameters
, which are listed here.Refer to the already created interfaces in the
schemas.ts
file for creating the interface.Another important task is to extend the standard query params to schemas of all the individual methods (defined by
schema_<method>
) in theschemas.ts
file.The text was updated successfully, but these errors were encountered: