Anurag Phadke

Results 15 comments of Anurag Phadke

@cfabianski @markmichon : any update on the above? is this PR helpful?

@markmichon : qq: do i need to do anything different to make this part of node? aka how do I build the above for `pizzly-node` ?

no worries.. open to suggestions.. On Thu, Apr 22, 2021 at 11:30 AM Mark Michon ***@***.***> wrote: > Yeah both the js and node clients will likely need some updates...

@markmichon : thx for the above recommendation. It works beautifully with no code changes, sans the integration file.. thank you.

@markmichon : GSheets actually uses a different base url for API calls: https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId} Of the 155 API products by Google, https://developers.google.com/products, about 10% of them use different end-points. Thoughts on...

@markmichon : good suggestion. I was planning to add an `advanced integration` where user can come in and add a JSON in the scopes section. The JSON will look something...

@markmichon : fair suggestion, one question: where will the scopes and endpoints reside? for eg: analytics => scopes: ``` "https://www.googleapis.com/auth/analytics", "https://www.googleapis.com/auth/analytics.readonly" ``` endpoint: ``` "analytics/v3/" ``` drive => scopes: ```...

@markmichon : just created a PR at https://github.com/Bearer/Pizzly/pull/223 that I think can benefit everyone.

@josteink : I wrote a small gist to reproduce the issue, details at: https://gist.github.com/anuragphadke/f0a599af4c4d82d1a327600456e8a92d Ant pointers on what could be going wrong here?

@josteink : thx for the quick reply, is there a snippet / pointer for `observe.before()` events? The code at https://github.com/josteink/gmailjs-node-boilerplate/blob/master/src/extension.js has `observe.on()` events that work without issues. The observe.before() code...