(replete.http/get "http://replete-repl.org")
from
http://replete-repl.org/replete-namespaces.html
I get a "warning: no such name space" (on android).
Also, seems there's no selecting/copying text from the repl output, which is a bit annoying...
(require ‘replete.http)
You should be able to copy output by pressing on a history row.
> You should be able to copy output by pressing on a history row.
Appears I can copy the historical input but not the output.
As for http/get - after the require i get a "Cleartext HTTP traffic to (...) not permitted" with a http url, and an {:error nil} with a https url...
Is there a more appropriate forum for discussing tutorial/getting started stuff? I'd like to play, but a set of (tested) koans seems to be required.
(replete.http/get "http://replete-repl.org")
from
http://replete-repl.org/replete-namespaces.html
I get a "warning: no such name space" (on android).
Also, seems there's no selecting/copying text from the repl output, which is a bit annoying...