Welcome to the ApiRestNPF wiki! - nilsonmart/ApiRestNPF GitHub Wiki
See below instruction to execute the project.
-
step: Copy the project repository.
-
Step: Clone the project into Visual Studio.
-
Step: Install "Newtonsoft.Json" Visual Studio Nuget package manager.
-
Run the project, and execute endpoint URL on Postman
4.1 - set URL endpoint "https://localhost:(your port)/divisible" as GET verb.
4.2 - User some data as raw json body and content type as JSON.
Example of data to send inside body: { "numbers": [ "323455693", "5038297", "112234", "112233", "286", 264899756489, "14641"] }
Result shall be something like data below.