Show HN: Turn a Google Spreadsheet into an API
1–10 of 103 posts
Re: Show HN: Turn a Google Spreadsheet into an API
#2Re: Show HN: Turn a Google Spreadsheet into an API
#3Otherwise, a neat idea. Needs a Office 365 connector too.
Re: Show HN: Turn a Google Spreadsheet into an API
#4Re: Show HN: Turn a Google Spreadsheet into an API
#5API 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
#6Re: Show HN: Turn a Google Spreadsheet into an API
#7Will you maintain relationship between sheets? For many API use-cases, I'd expect my data to be relational.
Re: Show HN: Turn a Google Spreadsheet into an API
#8Re: Show HN: Turn a Google Spreadsheet into an API
#91) https://docs.google.com/spreadsheets/d/1iUVXmC04KIU5K1Osb_4H...
Re: Show HN: Turn a Google Spreadsheet into an API
#10API 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.