Skip to content

praktikum-tiunpad-2021/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