Skip to content

gibicehr/hrserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hrserver

HR server for GIB ICE project.

API Documentation and Usage

  • URL https://gibice-hrserver.herokuapp.com/info/<staff_id>

  • Method: GET

  • Success Response:

    <What should the status code be on success and returned data?>

    • Code: 200
      Content: {"id": "00003332", "first_name": "Lidiya", "last_name": "Joshua", "email": "lidiyajoshua@example.com"}