C# Class Farkle.Web.Controllers.ApiController

Entry point for a web based API for creating an UI with the tools of your choice. iOS, Android, etc.
With the exception of the Index, the Controller methods should return a JsonResult
Inheritance: Controller
Afficher le fichier Open project: BangorDevelopers/Farkle

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Display the API Documenation

NewGame ( GameSetup gameSetup ) : System.Web.Mvc.JsonResult

Method Details

Index() public méthode

Display the API Documenation
public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

NewGame() public méthode

public NewGame ( GameSetup gameSetup ) : System.Web.Mvc.JsonResult
gameSetup Farkle.Core.GameSetup
Résultat System.Web.Mvc.JsonResult