Crates.io | headless_admin_list_type |
lib.rs | headless_admin_list_type |
version | 0.1.0 |
source | src |
created_at | 2023-03-17 06:33:58.71611 |
updated_at | 2023-03-17 06:33:58.71611 |
description | A client and model library for Liferay DXP's list type api, partially auto generated by open-api-generator. |
homepage | |
repository | |
max_upload_size | |
id | 812467 |
size | 100,254 |
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'.
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.
org.openapitools.codegen.languages.RustClientCodegen
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" }
All URIs are relative to http://localhost:8080/o/headless-admin-list-type
Class | Method | HTTP request | Description |
---|
DefaultApi | get_open_api | GET /v1.0/openapi.{type} | ListTypeDefinitionApi | delete_list_type_definition | DELETE /v1.0/list-type-definitions/{listTypeDefinitionId} | ListTypeDefinitionApi | delete_list_type_definition_batch | DELETE /v1.0/list-type-definitions/batch | ListTypeDefinitionApi | get_list_type_definition | GET /v1.0/list-type-definitions/{listTypeDefinitionId} | ListTypeDefinitionApi | get_list_type_definitions_page | GET /v1.0/list-type-definitions | ListTypeDefinitionApi | patch_list_type_definition | PATCH /v1.0/list-type-definitions/{listTypeDefinitionId} | ListTypeDefinitionApi | post_list_type_definition | POST /v1.0/list-type-definitions | ListTypeDefinitionApi | post_list_type_definition_batch | POST /v1.0/list-type-definitions/batch | ListTypeDefinitionApi | put_list_type_definition | PUT /v1.0/list-type-definitions/{listTypeDefinitionId} | ListTypeDefinitionApi | put_list_type_definition_batch | PUT /v1.0/list-type-definitions/batch | ListTypeEntryApi | delete_list_type_entry | DELETE /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | delete_list_type_entry_batch | DELETE /v1.0/list-type-entries/batch | ListTypeEntryApi | get_list_type_definition_list_type_entries_page | GET /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries | ListTypeEntryApi | get_list_type_entry | GET /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | 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 | POST /v1.0/list-type-definitions/{listTypeDefinitionId}/list-type-entries/batch | ListTypeEntryApi | put_list_type_entry | PUT /v1.0/list-type-entries/{listTypeEntryId} | ListTypeEntryApi | put_list_type_entry_batch | PUT /v1.0/list-type-entries/batch |
To get access to the crate's generated documentation, use:
cargo doc --open