frontend
Preparing search index...
api/gameApi
golfApi
Variable golfApi
Const
golfApi
:
{
exec
:
(
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
col
?:
number
,
)
=>
Promise
<
GolfResponse
>
;
}
= ...
API client for the Golf Solitaire /golf/exec endpoint.
Type Declaration
exec
:
(
command
:
|
"reset"
|
"log"
|
"draw"
|
"hint"
|
"giveup"
|
"undo"
|
"remove"
,
col
?:
number
,
)
=>
Promise
<
GolfResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
frontend
Loading...
API client for the Golf Solitaire /golf/exec endpoint.