Fork me on GitHub
#pathom
<
2019-07-10
>
souenzzo20:07:17

I sent the wrong channel

geraldodev20:07:04

Any tips , for using pathom with clojure client (not cljs) ?

wilkerlucio23:07:02

@jlle yes, you can mount the component as a Fulcro app, you just have to setup the remote properly, are you familiar setting up fulcro apps?

wilkerlucio23:07:35

@geraldodev given the parser is a fn, using in clojure is simple as calling it 🙂 is there any specific issue you are hitting?

geraldodev23:07:36

@wilkerlucio no specific issue. I was looking for some examples, Found namespace diplomat on pathom that has clj-http client.

wilkerlucio23:07:24

@geraldodev that diplomat is more about giving a compatibility layer to call http across clj/cljs, given different implementations will be needed on each, that's an interface to try to wrap the http needs