Skip to content

febianbatubara/simple-rest-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages