C# Class NASAExplorer.Controllers.APIController

Inheritance: Controller
Afficher le fichier Open project: mihok/nasa-explorer

Méthodes publiques

Méthode 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 méthode

public GetCoords ( int id = 399 ) : System.Web.Mvc.JsonResult
id int
Résultat System.Web.Mvc.JsonResult

GetCoordsByDate() public méthode

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

GetPlanets() public méthode

public GetPlanets ( ) : System.Web.Mvc.JsonResult
Résultat System.Web.Mvc.JsonResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult