ctechhindi / CodeIgniter-API-Controller

CodeIgniter Restful API Controller - Easily build REST API with Token Authorization
MIT License
68 stars 50 forks source link

API with Params #10

Closed Pablo-DiazTassara closed 4 years ago

Pablo-DiazTassara commented 4 years ago

Hi, could you help me with an API example that Query Params (in the URL) and Body Params receive? Thanks.

Pablo-DiazTassara commented 4 years ago

I had a problem in my Postman, it is as simple as $this->input->post() and $this->input->get()