Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

1. How to get columns?

2. Your docs say: http://sheetsu.com/apis/12345/column/:column_name

Is ':' a documentation convention somewhere that I've not come across? I tried:

    http://sheetsu.com/apis/12345/column/:Email

    http://sheetsu.com/apis/12345/column/:email
until I realised it was just:

    http://sheetsu.com/apis/12345/column/Email



This is typically the way it's done in Node.js's Express library: http://expressjs.com/api.html#req


the colon is meant to show/explain the following is a variable


Would be nice you could get single 'row' too, by number like: '<url>/row/2'


Yes, it's just /column/Email.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: