C# Class NASAExplorer.Controllers.APIController

Inheritance: Controller
ファイルを表示 Open project: mihok/nasa-explorer

Public Methods

Method Description
GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult
GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult
GetPlanets ( ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

GetCoords() public method

public GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult
id int
return System.Web.Mvc.JsonResult

GetCoordsByDate() public method

public GetCoordsByDate ( System.DateTime start, System.DateTime end, int id = 399 ) : System.Web.Mvc.JsonResult
start System.DateTime
end System.DateTime
id int
return System.Web.Mvc.JsonResult

GetPlanets() public method

public GetPlanets ( ) : System.Web.Mvc.JsonResult
return System.Web.Mvc.JsonResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult