Welcome to the ApiRestNPF wiki! - nilsonmart/ApiRestNPF GitHub Wiki

See below instruction to execute the project.

  1. step: Copy the project repository.

  2. Step: Clone the project into Visual Studio.

  3. Step: Install "Newtonsoft.Json" Visual Studio Nuget package manager.

  4. 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.