
notjack
2020-6-14 08:24:11
I think that’s a sign that making so many objects implement the event interface directly is a less intuitive API than providing <object>-<action>-evt
functions.

soegaard2
2020-6-14 16:24:37
@popa.bogdanp http-easy looks great! https://docs.racket-lang.org/http-easy/index.html

popa.bogdanp
2020-6-14 16:31:26
Thanks!

samdphillips
2020-6-14 16:47:00
I rewrote a Python script that interacts with a REST API yesterday with http-easy and it was pretty easy. Also it runs the same process faster now.

gknauth
2020-6-14 17:35:56
Awesome, I’m going to check it out, since guess what, I have to do something this afternoon that could really benefit from it.