-
Asp.NET Core
-
Visual Studio 2017 compatible
Solution contains Web API project and Test project
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]