oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
133 stars 56 forks source link

Fix spreadsheets.values.append method call #40

Open xfer opened 1 year ago

xfer commented 1 year ago

According to the documentation for spreadsheets.values.append method in Sheets API, and AIP-136, the append request is a custom method, meaning the separator is a colon (:), not a slash (/).

augustuswm commented 1 year ago

Fixes for endpoints ending with a : command are included in #75