Right now you need to find and hit the endpoint yourself, but it would be nice to be able to start and use the app natively in the code. E.g.
app.start()
app.endpoint_method(arg1, arg2)
Need to investigate how hard it would be to convert python inputs to json to send to the endpoint and then convert the results back. But maybe could just use dicts...
Right now you need to find and hit the endpoint yourself, but it would be nice to be able to start and use the app natively in the code. E.g.
Need to investigate how hard it would be to convert python inputs to json to send to the endpoint and then convert the results back. But maybe could just use dicts...