Hacker News new | ask | show | jobs
by gisborne 1373 days ago
Programmable APIs.

A HTTP request is a function call with named arguments. What if the server had some endpoints that provide basic fp (map, fold, curry, …), and you let your users create their own endpoints by currying together other endpoints?

1 comments

This sounds very connected to GraphQL