- Allow restricted parameters such as
media
,auth
andresource
to be specified under the aliasmedia_
,auth_
andresource_
respectively. This is useful for certain APIs such as the Genomics API. The use ofresource
does not change in the current API so no changes are needed to old code, however if you'd like to use an API that usesresource
as a path or query parameter, just setresource_
instead :) - Regenerated APIs