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
파일 보기 프로젝트 열기: BangorDevelopers/Farkle

공개 메소드들

메소드 설명
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