Fork me on GitHub
#pathom
<
2018-10-29
>
souenzzo17:10:06

Here you say that the "context" map should contain ::p.http/url Then call request that requires :url and :method. Is it a bug? Should it unqualify or should it req-un ? https://github.com/wilkerlucio/pathom/blob/master/src/com/wsscode/pathom/diplomat/http/clj_http.clj#L9

wilkerlucio17:10:14

@souenzzo the calls to request must use namespaced keywrods from the diplomat/http.cljc namespace

wilkerlucio17:10:42

in case of the cljhttp this code (not written) would convert the namespaced keys to the plain ones that clj-http accepts

wilkerlucio17:10:06

(the current version is just not ready, I started written and just stopped, but PR's are very welcome if you like to get that working :))

souenzzo17:10:27

Ok. I will try to PR 🙂