Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 713 Bytes

File metadata and controls

38 lines (25 loc) · 713 Bytes

Express Exercise: JSON API

Travis CI Codeship

Specification

  • Server

    • should respond with JSON data

      /
      
    • should provide a list of all class participants

      /participants
      
    • should allow searching by name

      /participants?byName
      
    • should allow sorting alphabetically by name

      /participants?byName&sorted
      
    • should allow whitelisting specific fields

      /participants?byName&sorted&only=name