Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 346 Bytes

simple-rest-api

This simple server rest is implemented with codeigniter framework. This rest server serves to manage student data with CRUD

API

/api/mahasiswa

  • GET : Retrieve all student data
  • POST : Add new student data
  • PUT : Edit student data with specific id
  • DELETE : Delete student data with specific id