Consuming REST API

Is there a sample or a driver for Ecto for consuming a REST API datasource.

Thanks

You can use HTTPoison:
https://github.com/edgurgel/httpoison

I am not sure my answer helps since your question is pretty undefined.
Could you please elaborate more?

I would like to use Phoenix with Liveview for front end and use rest api to manipulate data in some other db.

There is not as far as I know.

1 Like