Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

LongSunnyDay/SortingAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingAPI with unit testing

Small sorting application with unit tests

Routes:

  • Get Records list: "\list"
  • Get Record by ID: "{id}"
  • Get Latest record: "\latestRecord"
  • Sort new list: POST to "" with JSON payload "{ "InputData": [int array] }"
  • Delete record: DELETE to "{id}"
  • Delete all records: DELETE to "\all"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages