Hello
When defining a resource in Liberator, when should you use :post!
vs :handle-created
?
I was using :post!
and the function itself worked fine but in my client side I kept getting Invalid JSON. But when switching from :post!
to :handle-created
it worked just fine. What gives?