Skip to content

TheCoderMerlin/VaporShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This document provides information for the API Endpoints related to the Employee database

Documentation Standards

  • Return values are documented in their respective classes
  • Each class also provides a sample representation in JSON
  • The API Endpoint indicates variables using braces, e.g. {id}
  • Query parameters refer to supplementary arguments specified in the URL as part of the query string, e.g. ?page=3&per=25