I am using restbed. I have an endpoint where a user can request (POST) to create a new resource. Once this endpoint is called, I would like to publish the resource under a new URI and return it to user, so that he/she can access it.
How should I proceed to achieve dynamic resource publishing in restbed?
Thanks in advance.