Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 431 Bytes

File metadata and controls

8 lines (6 loc) · 431 Bytes

Interactor app example

This app demonstrates how Interactor can be used to organise actions. The app is generated using rails-api that accepts a POST to http://localhost:3000/clients. Run the app by starting up the rails server. Do a

curl -H "Content-Type: application/json" -X POST -d '{"user_id": 1,"name":"Trustee of Moo", "abn":"123344"}' http://localhost:3000/clients