I would like to modify Google spreadsheets using Julia. The API is well documented but, sadly, without examples using Julia.
I don’t have much experience with web-based API’s and would appreciate pointers on where to start. I am reasonably familiar with JSON. Should my next step be to start digging into Requests?
I took a look at GoogleCharts and decided that I would prefer not to work with Mustache unless I need to. Similarly I looked at Jenny Bryan’s googlesheets package for R and decided not to follow that design (forgive me, Jenny).
Am I missing prior art here? For example, authentication (OAuth?) or Google Drive integration?