@maschinenlesbar.org/abgeordnetenwatch-cli
Preparing search index...
ListResponse
Interface ListResponse<T>
Response of a collection endpoint, e.g.
GET /api/v2/politicians
.
interface
ListResponse
<
T
=
Entity
>
{
data
:
T
[]
;
meta
:
ListMeta
;
}
Type Parameters
T
=
Entity
Index
Properties
data
meta
Properties
data
data
:
T
[]
meta
meta
:
ListMeta
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
meta
@maschinenlesbar.org/abgeordnetenwatch-cli
Loading...
Response of a collection endpoint, e.g.
GET /api/v2/politicians.