proposals.es
proposals.es copied to clipboard
Make a public API?
This should be pretty straightforward to do, these can already be supported with existing code:
GET /stages
GET /champions
GET /proposals
GET /proposals?stage=<stageNumber>
GET /proposals?type=<standard> (e.g. ?type=ecma262)
GET /proposals?champion=Jordan%20Harband
GET /proposals/:proposalName
GET /specifications
GET /specifications/:year
I can look into making this public if people would find any value in it, but not sure if anyone would want this. Feel free to comment here if you think it's something you'd be interested in.