liberator
liberator copied to clipboard
Tutorial out-of-date
I believe the tutorial here: https://clojure-liberator.github.io/liberator/tutorial/getting-started.html is very old. Any plan to update it for the benefit of beginners (like me)?
What parts do you think are outdated?
For example versions are outdated
Library | Tutorial | Current |
---|---|---|
liberator | 0.13 | 0.15.1 |
compojure | 1.3.4 | 1.6.0 |
ring | 1.2.1 | 1.6.3 |
And also it's worth checking how liberator works with Clojure 1.9, when I tested with the beta versions there were some problems.
I've been using Liberator with the 1.9 alphas, betas and RC's all along and haven't seen any issues. What did you see @jjhop ?
Hi @belucid
I've checked again what was the problem. But... there are no problem. My fault, sorry. The problem (also a little) was with kormasql @1.9RC1
No worries, good to know you didn't find any hidden 1.9 issues. Let's not hijack the issue any longer though, still good to get the tutorial versions up to date.
@belucid I could take care of it (and check if these current versions do not cause problems).
I'd appreciate a PR to get the tutorial to modern clojure age very much :)
Regarding 1.9 please feel free to open an issue to track any upcoming related obstacles.
Ok, I'll take it.
@ordnungswidrig pr ready to review/merge