Function get_plugin

Source
pub async fn get_plugin<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>(
    plugin_id: String,
    state: ThinDataAppState<J, RR, TR, NR, NFR, SR, TCR, PR, AKR>,
) -> Result<HttpResponse, ApiError>
Expand description

Get plugin by ID

§Arguments

  • plugin_id - The ID of the plugin to retrieve.
  • state - The application state containing the plugin repository.

§Returns

The plugin model if found.