Hacker News new | ask | show | jobs
by TheLocehiliosan 1387 days ago
I feel like there's all sorts of disappointing design decisions.

* All of the endpoints are singular, but then /summaries is plural for some reason

* You can enumerate the congresses, but non of the congress representations have a value which represents the numeric ID that should be used on other requests. Unless you request the congress data using that number, and then it does include it.

Oh well, hopefully it improves and becomes more consistent over time.