Constructor.
JsonConvert instance
The session token
The session token
Creates a project.
The project to be created.
Deletes a project. This method does not actually delete a project, but sets the status to false.
The project IRI.
Gets all the unique keywords for all projects.
Gets a project by a property.
The name of the property by which the project is identified.
The value of the property by which the project is identified.
Gets a project's admin members by a property.
The name of the property by which the project is identified.
The value of the property by which the project is identified.
Gets the admin members of a project by IRI.
The IRI of the project.
Gets a project's admin members by shortcode.
The shortcode of the project.
Gets a project's admin members by shortname.
The shortname of the project.
Gets a project by IRI.
The IRI of the project.
Gets a project by shortcode.
The shortcode of the project.
Gets a project by shortname.
The shortname of the project.
Gets all the keywords for a project.
The IRI of the project.
Gets a project's members by a property.
The name of the property by which the project is identified.
The value of the property by which the project is identified.
Gets the members of a project by IRI.
The IRI of the project.
Gets a project's members by shortcode.
The shortcode of the project.
Gets a project's members by shortname.
The shortname of the project.
Gets a project's restricted view settings by IRI.
The IRI of the project.
Gets a project's restricted view settings by shortcode.
The shortcode of the project.
Gets a project's restricted view settings by shortname.
The shortname of the project.
Gets a project's restricted view settings by a property.
The name of the property by which the project is identified.
The value of the property by which the project is identified.
Returns a list of all projects.
Handles parsing errors.
the error class provided by us
Performs a general PUT request.
the relative URL for the request
Performs a general GET request.
the relative URL for the request
Performs a general PATCH request.
the relative URL for the request
the body of the request
content content type of body, 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.
Performs a general PUT request.
the relative URL for the request
the body of the request
content content type of body, if any.
Updates a project.
The IRI of the project to be updated.
The project info to be updated.
Generated using TypeDoc
An endpoint for working with Knora projects.