38 lines
887 B
JSON
38 lines
887 B
JSON
![]() |
[
|
||
|
{
|
||
|
"ContainingType": "RestaurantController",
|
||
|
"Method": "GetRestaurants",
|
||
|
"RelativePath": "api/restaurants",
|
||
|
"HttpMethod": "GET",
|
||
|
"IsController": true,
|
||
|
"Order": 0,
|
||
|
"Parameters": [
|
||
|
{
|
||
|
"Name": "latitude",
|
||
|
"Type": "System.Double",
|
||
|
"IsRequired": false
|
||
|
},
|
||
|
{
|
||
|
"Name": "longitude",
|
||
|
"Type": "System.Double",
|
||
|
"IsRequired": false
|
||
|
},
|
||
|
{
|
||
|
"Name": "radius",
|
||
|
"Type": "System.Int32",
|
||
|
"IsRequired": false
|
||
|
}
|
||
|
],
|
||
|
"ReturnTypes": [
|
||
|
{
|
||
|
"Type": "System.Collections.Generic.IEnumerable\u00601[[RestaurantAPI.Models.Restaurant, RestaurantAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]",
|
||
|
"MediaTypes": [
|
||
|
"text/plain",
|
||
|
"application/json",
|
||
|
"text/json"
|
||
|
],
|
||
|
"StatusCode": 200
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|