Bolisov / typings-gapi

Google API Typescript definitions
2 stars 0 forks source link

Extend gapi.client.drive.files.create (V3) with resource parameter #4

Open rongchaua opened 6 years ago

rongchaua commented 6 years ago

According to the documentation of Google https://developers.google.com/drive/api/v3/folder, the gapi.client.drive.files.create accepts a resource parameter which can receive name and mimetype for creating a file. This parameter is still missing in the definition

https://github.com/Bolisov/typings-gapi/blob/master/gapi.client.drive-v3/gapi.client.drive.d.ts

Can you please fix it?

Maxim-Mazurok commented 4 years ago

Hello! This repo is no longer maintained and outdated, please, use active fork: https://github.com/Maxim-Mazurok/google-api-typings-generator

We store typings in types branch, also we do auto-updates to DT @types/gapi.client.*

Let me know if you have any questions by opening an issue there, thanks!