Skip to content

dikamahard/restful-api-codeigniter-4

 
 

Repository files navigation

Sample RESTful API Using CodeIgniter 4

List Endpoint

Base url: http://localhost:8080

HTTP Method Endpoint Description
GET /customers List of Customers
GET /customers/{id} Get Customers By ID
POST /customers Create new Customer
PUT /customers Update Data By ID
DELETE /customers/{id} Delete Data By ID
example usage: http://localhost:8080/customers

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.2%
  • JavaScript 2.3%
  • CSS 2.1%
  • HTML 0.4%