Updated the question in order to make it more clear:
I'm interacting with an API in order to do some CRUD operations.
Now should I call the API directly in my JQuery/Javascript code, and wrap the POST requests into actions server side? Or should I simply throw both GET and POST requests to the API into the server side, and then call the actions at server side?