Hacker News new | ask | show | jobs
by thekashifmalik 1004 days ago
At risk of sounding pedantic, REST also allows for "just specify the data that you want returned" style APIs.

Something like:

    curl https://www.ecb.europa.eu/stats/eurofxref/api?fields=Date&order=USD&limit=1
1 comments

A very fair point well-made!