NookPost-Backend
Loading...
Searching...
No Matches
NookpostBackend.ApiEndpoints.Categories.GetAllCategories Class Reference

Handles getting all categories. More...

Collaboration diagram for NookpostBackend.ApiEndpoints.Categories.GetAllCategories:

Static Public Member Functions

static Microsoft.AspNetCore.Http.HttpResults.Results< Ok< NookpostBackend.ApiSchemas.Categories.GetAllCategories.GetAllCategoriesResponseBody >, BadRequest > HandleRequest (ClaimsPrincipal user, NookpostBackend.Data.DatabaseHandle databaseHandle)
 Gets all categories.
 

Detailed Description

Handles getting all categories.

Member Function Documentation

◆ HandleRequest()

static Microsoft.AspNetCore.Http.HttpResults.Results< Ok< NookpostBackend.ApiSchemas.Categories.GetAllCategories.GetAllCategoriesResponseBody >, BadRequest > NookpostBackend.ApiEndpoints.Categories.GetAllCategories.HandleRequest ( ClaimsPrincipal user,
NookpostBackend.Data.DatabaseHandle databaseHandle )
inlinestatic

Gets all categories.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: