You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
saadq
changed the title
Make API public?
Make a public API?
Nov 18, 2021
This should be pretty straightforward to do, these can already be supported with existing code:
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.
The text was updated successfully, but these errors were encountered: