Swagger, . Swagger , . - ( uri), 1 . - Microsoft Web Api URI, , API ( Swagger).
URI .
:
- GET/apples//
- GET/apples? type = red//
:
- GET/apples///
- GET/apples? type = red//
Microsoft Web Api , - .
, Swagger:
[HttpGet, Route("apples")]
public HttpResponseMessage GetApples()
{
return _productRepository.Get(id);
}
[HttpGet, Route("apples")]
pblic HttpResponseMessage GetApples([FromUri]string foo)
{
return new DumpTruck();
}
Swagger JAON Swagger 2.0. Swagger , JSON , .
, Swagger JSON, , , , . , Swagger , URI, .
, :
, API Swagger . , # 2, Swagger , , API.
, .