Example available with post request with json in, json out?
Closed this issue · 2 comments
rdatasculptor commented
I am trying to get a grip on this very promising and exciting package. I managed to replicate the examples in the get started section, but I am struggling with my own function that I want to turn into an API.
My function takes a json as input and returns as json as an output. Are there any examples of RestRserve api examples that do basically the same that I can learn from?
Many thanks in advance!
dselivanov commented
The very first example in the readme shows exactly that.
rdatasculptor commented
Thanks! I completely overlooked