inaka / Dayron

A repository `similar` to Ecto.Repo that maps to an underlying http client, sending requests to an external rest api instead of a database
http://inaka.net/blog/2016/05/24/introducing-dayron/
Apache License 2.0
159 stars 20 forks source link

Support custom actions: request method and url #45

Open flaviogranero opened 8 years ago

flaviogranero commented 8 years ago

Dayron needs to support custom request method and url combinations beyond the default ones. A kind of router inside the model/resource would be a proper solution.