ReadingListsApi class

Constructors

ReadingListsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dataListsBatchPost(String csrfToken, Batch batch) Future<ListCreateBatch?>
Create multiple new lists for the current user.
dataListsBatchPostWithHttpInfo(String csrfToken, Batch batch) Future<Response>
Create multiple new lists for the current user.
dataListsChangesSinceDateGet(DateTime date, {String? next}) Future<DataListsGet200Response?>
Get recent changes to the lists
dataListsChangesSinceDateGetWithHttpInfo(DateTime date, {String? next}) Future<Response>
Get recent changes to the lists
dataListsGet({String? next, String? sort}) Future<DataListsGet200Response?>
Get all lists of the current user.
dataListsGetWithHttpInfo({String? next, String? sort}) Future<Response>
Get all lists of the current user.
dataListsIdDelete(int id) Future<Object?>
Delete a list.
dataListsIdDeleteWithHttpInfo(int id) Future<Response>
Delete a list.
dataListsIdEntriesBatchPost(int id, String csrfToken, DataListsIdEntriesBatchPostRequest dataListsIdEntriesBatchPostRequest) Future<DataListsIdEntriesBatchPost200Response?>
Create multiple new list entries.
dataListsIdEntriesBatchPostWithHttpInfo(int id, String csrfToken, DataListsIdEntriesBatchPostRequest dataListsIdEntriesBatchPostRequest) Future<Response>
Create multiple new list entries.
dataListsIdEntriesEntryIdDelete(int id, int entryId) Future<Object?>
Delete a list entry.
dataListsIdEntriesEntryIdDeleteWithHttpInfo(int id, int entryId) Future<Response>
Delete a list entry.
dataListsIdEntriesPost(int id, String csrfToken, ListEntryWrite listEntryWrite) Future<DataListsIdEntriesPost200Response?>
Create a new list entry.
dataListsIdEntriesPostWithHttpInfo(int id, String csrfToken, ListEntryWrite listEntryWrite) Future<Response>
Create a new list entry.
dataListsIdPut(int id, String csrfToken, {ListWrite? listWrite}) Future<DataListsPost200Response?>
Update a list.
dataListsIdPutWithHttpInfo(int id, String csrfToken, {ListWrite? listWrite}) Future<Response>
Update a list.
dataListsPagesProjectTitleGet(String project, String title, {String? next}) Future<DataListsPagesProjectTitleGet200Response?>
Get lists of the current user which contain a given page.
dataListsPagesProjectTitleGetWithHttpInfo(String project, String title, {String? next}) Future<Response>
Get lists of the current user which contain a given page.
dataListsPost(String csrfToken, ListWrite listWrite) Future<DataListsPost200Response?>
Create a new list for the current user.
dataListsPostWithHttpInfo(String csrfToken, ListWrite listWrite) Future<Response>
Create a new list for the current user.
dataListsSetupPost(String csrfToken) Future<Object?>
Opt in to use reading lists.
dataListsSetupPostWithHttpInfo(String csrfToken) Future<Response>
Opt in to use reading lists.
dataListsTeardownPost(String csrfToken) Future<Object?>
Opt out from using reading lists.
dataListsTeardownPostWithHttpInfo(String csrfToken) Future<Response>
Opt out from using reading lists.
getListEntries(int id, {String? next, String? sort}) Future<GetListEntries200Response?>
Get all entries of a given list.
getListEntriesWithHttpInfo(int id, {String? next, String? sort}) Future<Response>
Get all entries of a given list.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited