Skip to content

vhazdovac/array-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArrayCalcAPI

Technical Environment

  • Asp.NET Core

  • Visual Studio 2017 compatible

Solution

Solution contains Web API project and Test project

Test Data for APIs

Browser Input: /api/arraycalc/reverse?productIds=1&productIds=2&productIds=3&productIds=4&productIds=5

Browser Result: [5,4,3,2,1]

Browser Input: /api/arraycalc/deletepart?position=3&productIds=1&productIds=2&productIds=3&productIds=4&productIds=5

Browser Result: [1,2,4,5]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages