Constructor.
JsonConvert instance
The session token
The session token
Creates a child node in a list.
The node to be created.
Creates a list using the old route but with the feature toggle enabled.
Information about the list to be created.
Returns the parent node if an IRI of a child node is given. Returns a deleted flag and IRI if an IRI of a root node is given.
The IRI of the list.
Gets a list using the old route but with the feature toggle enabled
The IRI of the list.
Returns information about a list.
The IRI of the list.
Returns information about a list node using the new route.
The IRI of the node.
Returns a list of lists.
Returns a list of lists in a project.
The IRI of the project.
Handles parsing errors.
the error class provided by us
Performs a general PUT request.
the relative URL for the request.
additional headers, if any.
Performs a general GET request.
the relative URL for the request
additional headers, if any.
Performs a general PATCH request.
the relative URL for the request
the body of the request
content content type of body, if any.
additional headers, if any.
Performs a general POST request.
the relative URL for the request
the body of the request, if any.
content content type of body, if any.
additional headers, if any.
Performs a general PUT request.
the relative URL for the request
the body of the request
content content type of body, if any.
additional headers, if any.
Move child node to a certain position in a list. Parent node IRI can be the same but only if the position is different.
The IRI of the list node to move.
The parent node IRI and the position the child node should move to.
Updates the comments of an existing child node.
the Iri of the list item.
the new comments to replace the existing comments.
Updates the labels of an existing child node.
the Iri of the list item.
the new labels to replace the existing labels.
Updates the name of an existing child node.
the Iri of the list item.
the new name to replace the existing name.
Updates a child node.
Information about the node to be updated.
Updates information about a list.
Information about the list to be created.
Generated using TypeDoc
An endpoint for working with Knora lists.