naiiytom/JotaroInc-scrum-project

API

naiiytom opened this issue · 0 comments

To Test:
using Postman to test API
header with
Content-Type : application/json
Client-Service : frontend-client
Auth-Key : jotaro-api

API, Which already done:

  • Auth
  • Student
  • Staff
  • Item
    • [GET] api/item to get all item
    • [GET] api/item/detail/{id} to get an item with id
    • [POST] api/item/create to create new instance into the table
  • Maintenance
    • [GET] api/maintenance to get all maintenance
    • [GET] api/maintenance/detail/{id} to get a maintenance with id
    • [POST] api/maintenance/create to create new instance into the table

TODO List:
It matters in the future