Are there any mix task to create scaffolding for Behavior based API calling adapters + Mox setup?

I’m at like my 5th time doing the same thing hitting yet another API (this time EasyPost API) and prepping to write the Behavior based API code + Mox setup for easy testing.

Naturally I’m wondering if there’s a Mix task that someone wrote up I can use.

Writing one wouldn’t be too hard - not easy, but I think doable. I just don’t know where I would start. Maybe copy off of Phoenix *.gen tasks?

1 Like