Fork me on GitHub
#clojure-nl
<
2019-09-09
>
thomas07:09:32

fixing bugs and knowledge transfer

Mno08:09:30

having a chat with more soap based apis

gklijs08:09:45

tried to use re-graph yesterday from clojure, but now success. Everything is cljc, but very tied to re-frame. Seems like I can get away with some copy-past, and have it clojure only and websocket only to keep it simple..

gklijs08:09:12

Soap is supported by postman 😉 exactly because of that. Listened to a graphql podcast yesterday. Apparently sometimes they build rest on top of soap... and then graphql on top of those rest endpoints..

😱 4
Mno09:09:22

That seems really complicated, what's the benefit to that approach?

gklijs09:09:09

API's die hard, there are still a lot of services with only soap. If you 'wrap' it to rest, the others using the service have it easier.

Mno11:09:41

oooh, yeah that sounds nicer for everyone else.