User Portlet User Portlet

Discussions
This works with direct dataset names, but I want to expose it as and API call where I can insert any table name and get CSV or JSON response from the CloudDeploy API
I have tried CloudDeploy[ResourceData[ResourceObject["Meteorite Landings"] ] ] this Aborts without any error
base function: beta = Function[{x}, y = ResourceData[ResourceObject[x]] ] then I am deploying this using CloudDeploy: CloudDeploy[APIFunction[{"x" -> "String" }, beta[#x] &]] ; this giving back url but when I add...
I want to embed a function in wolfram in python so that I can pass in parameters to wolfram function, which would do the manipulation and return the values back to python let's say a simple function: `gamma = Function [{x}, y = x*x ; y = y*4]`