C# Класс 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
Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
Index ( ) : System.Web.Mvc.ActionResult

Display the API Documenation

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

Описание методов

Index() публичный Метод

Display the API Documenation
public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

NewGame() публичный Метод

public NewGame ( GameSetup gameSetup ) : System.Web.Mvc.JsonResult
gameSetup Farkle.Core.GameSetup
Результат System.Web.Mvc.JsonResult