.NET Core 3.1 and Restful Api Validation

Asked

Viewed 21 times

0

I’m using .NET 3.1 for console and I am validating a API REST, would like to know how I can validate if such API has at most 2 paths to GET as an example: /veiculos, /veiculos/{id}.

I wonder how I do such validation.

  • 1

    What do you mean validation? Where do you want to "validate" this?

  • validate? just look at the code, because you are the one who programs the routes, the controller and the actions

  • Who made the REST API?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.