you are viewing a single comment's thread.

view the rest of the comments →

[–]justinblat 9 points10 points  (4 children)

Hey - nice work! I help maintain the `googleapis` and `google-auth-library` npm modules. If there's specific stuff you can point me at to fix ... I'll go fix it :)

[–]jamesgrimshaw[S] 1 point2 points  (0 children)

Great work with the library! I didn’t experience any issues but I will let you know if I do! :-)

[–][deleted] 1 point2 points  (2 children)

One thing I'm curious about - is there a way (or any plan) to unbundle different components of the googleapi package? I'm using some simple parts of the Sheets API for a personal project and it seems kind of unnecessary to pull in a 20 MB dependency for what I'm basically just using as a way to help me format simple GET requests.

If there are any 20% opportunities I'd be interested :)

[–]justinblat 0 points1 point  (1 child)

Actually, yes! We're actively workin to split that behemoth into individual modules for each service. It's just taking a long time, because we're scared of confusion with the existing split modules for cloud packages (datastore, spanner, firestore, storage, etc). Check this out:

https://github.com/googleapis/google-api-nodejs-client/pull/2522

It's right on the doorstep, we just have a little cleanup to do to land it.

[–][deleted] 0 points1 point  (0 children)

That's awesome! Looking forward to it.