rexyai / RestRserve

R web API framework for building high-performance microservices and app backends
https://restrserve.org
271 stars 31 forks source link

Example available with post request with json in, json out? #190

Closed rdatasculptor closed 2 years ago

rdatasculptor commented 2 years ago

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 2 years ago

The very first example in the readme shows exactly that.

rdatasculptor commented 2 years ago

Thanks! I completely overlooked