Handbook
Glossary
check-response ( response -- response )
Vocabulary
google
.
translate
Inputs
response
an
object
Outputs
response
an
object
Definition
USING:
assocs
combinators
kernel
;
IN:
google.translate
:
check-response
( response -- response )
"responseStatus"
over
at
{
{
200
[
]
}
{
400
[
throw-response-error
]
}
[
drop
throw-response-error
]
}
case
;