# Rust API client for headless_admin_list_type A Java client JAR is available for use with the group ID 'com.liferay', artifact ID 'om.liferay.headless.admin.list.type.client', and version '1.0.0'.. A Java client JAR is available for use with the group ID 'com.liferay', artifact ID 'com.liferay.headless.admin.list.type.client', and version '1.0.11'. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: v1.0 - Package version: v1.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation Put the package under your project folder in a directory named `headless_admin_list_type` and add the following to `Cargo.toml` under `[dependencies]`: ``` headless_admin_list_type = { path = "./headless_admin_list_type" } ``` ## Documentation for API Endpoints All URIs are relative to *http://localhost:8080/o/headless-admin-list-type* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- *DefaultApi* | [**get_open_api**](docs/DefaultApi.md#get_open_api) | **GET** /v1.0/openapi.{type} | *ListTypeDefinitionApi* | [**delete_list_type_definition**](docs/ListTypeDefinitionApi.md#delete_list_type_definition) | **DELETE** /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | [**delete_list_type_definition_batch**](docs/ListTypeDefinitionApi.md#delete_list_type_definition_batch) | **DELETE** /v1.0/list-type-definitions/batch | *ListTypeDefinitionApi* | [**get_list_type_definition**](docs/ListTypeDefinitionApi.md#get_list_type_definition) | **GET** /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | [**get_list_type_definitions_page**](docs/ListTypeDefinitionApi.md#get_list_type_definitions_page) | **GET** /v1.0/list-type-definitions | *ListTypeDefinitionApi* | [**patch_list_type_definition**](docs/ListTypeDefinitionApi.md#patch_list_type_definition) | **PATCH** /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | [**post_list_type_definition**](docs/ListTypeDefinitionApi.md#post_list_type_definition) | **POST** /v1.0/list-type-definitions | *ListTypeDefinitionApi* | [**post_list_type_definition_batch**](docs/ListTypeDefinitionApi.md#post_list_type_definition_batch) | **POST** /v1.0/list-type-definitions/batch | *ListTypeDefinitionApi* | [**put_list_type_definition**](docs/ListTypeDefinitionApi.md#put_list_type_definition) | **PUT** /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | [**put_list_type_definition_batch**](docs/ListTypeDefinitionApi.md#put_list_type_definition_batch) | **PUT** /v1.0/list-type-definitions/batch | *ListTypeEntryApi* | [**delete_list_type_entry**](docs/ListTypeEntryApi.md#delete_list_type_entry) | **DELETE** /v1.0/list-type-entries/{listTypeEntryId} | *ListTypeEntryApi* | [**delete_list_type_entry_batch**](docs/ListTypeEntryApi.md#delete_list_type_entry_batch) | **DELETE** /v1.0/list-type-entries/batch | *ListTypeEntryApi* | [**get_list_type_definition_list_type_entries_page**](docs/ListTypeEntryApi.md#get_list_type_definition_list_type_entries_page) | **GET** /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries | *ListTypeEntryApi* | [**get_list_type_entry**](docs/ListTypeEntryApi.md#get_list_type_entry) | **GET** /v1.0/list-type-entries/{listTypeEntryId} | *ListTypeEntryApi* | [**post_list_type_definition_list_type_entry**](docs/ListTypeEntryApi.md#post_list_type_definition_list_type_entry) | **POST** /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries | *ListTypeEntryApi* | [**post_list_type_definition_list_type_entry_batch**](docs/ListTypeEntryApi.md#post_list_type_definition_list_type_entry_batch) | **POST** /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries/batch | *ListTypeEntryApi* | [**put_list_type_entry**](docs/ListTypeEntryApi.md#put_list_type_entry) | **PUT** /v1.0/list-type-entries/{listTypeEntryId} | *ListTypeEntryApi* | [**put_list_type_entry_batch**](docs/ListTypeEntryApi.md#put_list_type_entry_batch) | **PUT** /v1.0/list-type-entries/batch | ## Documentation For Models - [Facet](docs/Facet.md) - [FacetValue](docs/FacetValue.md) - [ListTypeDefinition](docs/ListTypeDefinition.md) - [ListTypeEntry](docs/ListTypeEntry.md) - [PageListTypeDefinition](docs/PageListTypeDefinition.md) - [PageListTypeEntry](docs/PageListTypeEntry.md) To get access to the crate's generated documentation, use: ``` cargo doc --open ``` ## Author