Function list_api_keys

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

List api keys

§Arguments

  • query - The pagination query parameters.
    • page - The page number.
    • per_page - The number of items per page.
  • state - The application state containing the api key repository.

§Returns

The result of the api key list.