ASE Lab backend for web programming course tasks by Group 5
POST /api/member
Parameter | Type | Description |
---|---|---|
nim |
string |
Required. Student Number |
name |
string |
Student Name |
major |
integer |
Based on defined Major |
GET /api/member
POST /api/major
Parameter | Type | Description |
---|---|---|
name |
string |
Required. Major name |
description |
string |
Major description |