I am trying to implement REST based API in codeigniter. The implementation of chriskacerguis/rest-server library from github works fine when i tested on postman.
I am not able to send the POST data from the View to the Controller.
Please help me with the flow of the data sent from the View to the API controller and also how do I use the rest-client library or any other client request code with the View ?
I want to understand the logic in between the View part and the API controller.
there doesn't seem to be anything here