Live data from Hacker News

Show HN: Turn a Google Spreadsheet into an API

sheetsu.com

1–10 of 103 posts

Re: Show HN: Turn a Google Spreadsheet into an API

#3
API doesn't look very REST to me. It is basically just using HTTP as a JSON transport. The JSON contains a "status" code which appears to loosely follow the HTTP status code numbering. But if that was the intent then why not just use HTTP status codes like a true REST endpoint?

Otherwise, a neat idea. Needs a Office 365 connector too.

Re: Show HN: Turn a Google Spreadsheet into an API

#5
post #3

API doesn't look very REST to me. It is basically just using HTTP as a JSON transport. The JSON contains a "status" code which appears to loosely follow the HTTP status code numbering. But if that was the intent then why not just use HTTP status codes like a true REST endpoint? Otherwise, a neat idea. Needs a Office 365 connector too.

It's an MVP right now. Yep, will introduce those fixes this week! Thanks for kind words.

Re: Show HN: Turn a Google Spreadsheet into an API

#10
post #3

API doesn't look very REST to me. It is basically just using HTTP as a JSON transport. The JSON contains a "status" code which appears to loosely follow the HTTP status code numbering. But if that was the intent then why not just use HTTP status codes like a true REST endpoint? Otherwise, a neat idea. Needs a Office 365 connector too.

It's an MVP right now. Yep, will introduce those fixes this week! Thanks for kind words.

Microsoft (specifically Power BI) is pretty keen on consuming OData so exposing a Google spreadsheet as OData might be interesting.
Post reply on HN