Bolisov / google-api-typings-generator

⚠️ This repo is no longer maintained and outdated, use active fork ⚠️
https://github.com/Maxim-Mazurok/google-api-typings-generator
8 stars 5 forks source link

No "resource" property support #10

Closed Maxim-Mazurok closed 4 years ago

Maxim-Mazurok commented 4 years ago

For example, batchUpdate() in spreadsheets has

"request": {
  "$ref": "BatchUpdateSpreadsheetRequest"
}

to specify the type of POST-request body. It can be specified either by resource property in the object that you pass to batchUpdate() or as a second argument. Currently, this generator doesn't handle it. Related info: https://github.com/google/google-api-javascript-client/issues/432#issuecomment-530860301

Maxim-Mazurok commented 4 years ago

This repo is abandoned, see #19 and use active fork instead: Maxim-Mazurok/google-api-typings-generator