proposals.es icon indicating copy to clipboard operation
proposals.es copied to clipboard

Make a public API?

Open saadq opened this issue 4 years ago • 0 comments

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.

saadq avatar Nov 15 '21 10:11 saadq