dmac / spin

Write RESTful web apps in Racket.
MIT License
229 stars 18 forks source link

Out of sync with planet? #3

Closed jadudm closed 10 years ago

jadudm commented 10 years ago

Hi all,

It looks like the code in the repos is out of sync with what comes down from PLaneT. At least, when I do

(planet dmac/spin)

I get an older version of "run" that does not accept kw arguments.

I've pulled "main.rkt" directly for now. I don't know if this is a living project, or something you're done poking at for now, but it might meet my needs for today, so I'm playing with it. It looks like a nice tool for quickly defining a RESTful API in Racket.

dmac commented 10 years ago

I just pushed the latest version which includes two new features: keyword args and response handlers.