Rust API client for headlessadminlist_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 project. By using the openapi-spec from a remote server, you can easily generate an API client.

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 | getopenapi | GET /v1.0/openapi.{type} | ListTypeDefinitionApi | deletelisttypedefinition | DELETE /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | deletelisttypedefinitionbatch | DELETE /v1.0/list-type-definitions/batch | *ListTypeDefinitionApi* | getlisttypedefinition | GET /v1.0/list-type-definitions/{listTypeDefinitionId} | ListTypeDefinitionApi | getlisttypedefinitionspage | GET /v1.0/list-type-definitions | ListTypeDefinitionApi | patchlisttypedefinition | PATCH /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | postlisttypedefinition | POST /v1.0/list-type-definitions | ListTypeDefinitionApi | postlisttypedefinitionbatch | POST /v1.0/list-type-definitions/batch | ListTypeDefinitionApi | putlisttypedefinition | PUT /v1.0/list-type-definitions/{listTypeDefinitionId} | *ListTypeDefinitionApi* | putlisttypedefinitionbatch | PUT /v1.0/list-type-definitions/batch | *ListTypeEntryApi* | deletelisttypeentry | DELETE /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | deletelisttypeentrybatch | DELETE /v1.0/list-type-entries/batch | ListTypeEntryApi | getlisttypedefinitionlisttypeentriespage | GET /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries | *ListTypeEntryApi* | getlisttypeentry | GET /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | postlisttypedefinitionlisttypeentry | POST /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries | ListTypeEntryApi | postlisttypedefinitionlisttypeentrybatch | POST /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries/batch | *ListTypeEntryApi* | putlisttypeentry | PUT /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | putlisttypeentrybatch | PUT /v1.0/list-type-entries/batch |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author