starter-snake-haskell-1.1.0: A Haskell Battlesnake starter
Safe HaskellSafe-Inferred
LanguageHaskell2010

Battlesnake.API.InfoResponse

Synopsis

Documentation

data APIVersion Source #

Supported versions of the Battlesnake API

Constructors

APIVersion1 

data InfoResponse Source #

The response to an info request. This can be used to modify the appearance of your snake on the game board.

Constructors

InfoResponse 

Fields

Instances

Instances details
ToJSON InfoResponse Source # 
Instance details

Defined in Battlesnake.API.InfoResponse

Generic InfoResponse Source # 
Instance details

Defined in Battlesnake.API.InfoResponse

Associated Types

type Rep InfoResponse :: Type -> Type #

Show InfoResponse Source # 
Instance details

Defined in Battlesnake.API.InfoResponse

type Rep InfoResponse Source # 
Instance details

Defined in Battlesnake.API.InfoResponse