@maschinenlesbar.org/govdata-cli
Preparing search index...
CkanEnvelope
Interface CkanEnvelope<T>
The envelope CKAN wraps every Action API response in.
interface
CkanEnvelope
<
T
>
{
error
?:
JsonObject
;
help
:
string
;
result
?:
T
;
success
:
boolean
;
}
Type Parameters
T
Index
Properties
error?
help
result?
success
Properties
Optional
error
error
?:
JsonObject
help
help
:
string
Optional
result
result
?:
T
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
help
result
success
@maschinenlesbar.org/govdata-cli
Loading...
The envelope CKAN wraps every Action API response in.