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.
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.
Browser other questions tagged c#
You are not signed in. Login or sign up in order to post.
What do you mean validation? Where do you want to "validate" this?
– tvdias
validate? just look at the code, because you are the one who programs the routes, the controller and the actions
– Ricardo Pontual
Who made the REST API?
– novic