Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 425 Bytes

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