NookPost-Backend
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NNookpostBackend
 NApiEndpoints
 NAuthentication
 CChangePasswordHandles the authentication login endpoint
 CEndpointSetupSets up the Authentication Endpoints
 CLoginHandles the authentication login endpoint
 NCategories
 CEndpointSetupHandles setting up the post endpoints
 CGetAllCategoriesHandles getting all categories
 CGetCategoryHandles getting a category
 NPosts
 CDeletePost
 CEndpointSetupHandles setting up the post endpoints
 CGetPost
 CGetPostFiltered
 CPostPost
 CPutPost
 NUsers
 CDeleteUserMeHandles delete requests for users
 CEndpointSetupHandles setting up the user endpoints
 CGetUserHandles get requests for users
 CGetUserMeHandles get requests for users
 CPostUserHandles the user create endpoint
 CPutUserMeHandles put requests for users
 NUserSettings
 CEndpointSetupHandles setting up the user settings endpoints
 CGetUserSettings
 CPutUserSettings
 CEndpointSetupHandles setting up all API Endpoints
 NApiSchemas
 NAuthentication
 NChangePassword
 CPutChangePasswordRequestBodyRepresents the request body of a change password request
 NLogin
 CAuthenticationLoginRequestBodyThe body of a login request
 CAuthenticationLoginResponseBodyRepresents a token object in the response to a Login request
 NCategories
 NGetAllCategories
 CGetAllCategoriesCategory
 CGetAllCategoriesResponseBodyThe body of a Get request to category/all
 NGetCategory
 CGetCategoryResponseBody
 NPostCategory
 CPostCategoryResponseBodyThe body of a response to a POST request to category
 NPutCategory
 CPutCategoryRequestBodyThe body of a PUT request to category
 CCategoryData
 NPosts
 NGetPost
 CGetPostResponseBodyResponse to a post get request
 NGetPostFiltered
 CGetPostFilteredPostResponse to a post get request
 CGetPostFilteredResponseBodyThe response to a get posts request with filter
 NPostPost
 CPostPostResponseBodyThe response to a post create message
 NPutPost
 CPutPostRequestBodyResponse to a post get request
 CPostDataRepresents a post created by a user
 CPostGetDataCommon data for a psot get response
 NUsers
 NGetUser
 CUsersGetResponseBodyThe response to a user get request if successful
 NPostUser
 CUsersPostRequestBodyThe request body of a user create request
 CUsersPostResponseBodyRepresents a token object in the response to a user create request
 NPutUser
 CUserPutRequestBodyRequest body of a user put request
 CUserDataCommon data for the user object
 NUserSettings
 CUserSettingsDataRepresents user settings objects
 NAuthentication
 CTokenServiceThe service provider for token generation. Initialized as singleton by the application builder
 NConfiguration
 CSettingsSingleton that holds settings about the server. Automatically loaded and set up by static constructor
 NCryptography
 CGeneratorsCryptographic generators for values
 CPasswordHashingHolds methods for hashing passwords, and checking the hashed passwords
 NData
 CDatabaseHandleCreate a Context for the API
 CModelBuilderExtensionsCreates some sample database entries, when running in the development mode
 NModels
 CCategoryA category for posts
 CPostRepresents a post created by a user
 CUserUser information
 CUserSettingsRepresents user settings
 CProgram