NookPost-Backend
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  ApiEndpoints
  Authentication
 ChangePassword.cs
 EndpointSetup.cs
 Login.cs
  Categories
 EndpointSetup.cs
 GetAllCategories.cs
 GetCategory.cs
  Posts
 DeletePost.cs
 EndpointSetup.cs
 GetPost.cs
 GetPostFiltered.cs
 PostPost.cs
 PutPost.cs
  Users
 DeleteUserMe.cs
 EndpointSetup.cs
 GetUser.cs
 GetUserMe.cs
 PostUser.cs
 PutUserMe.cs
  UserSettings
 EndpointSetup.cs
 GetUserSettings.cs
 PutUserSettings.cs
 EndpointSetup.cs
  ApiSchemas
  Authentication
  ChangePassword
 PutChangePasswordRequestBody.cs
  Login
 AuthenticationLoginRequestBody.cs
 AuthenticationLoginResponseBody.cs
  Categories
  GetAllCategories
 GetAllCategoriesCategory.cs
 GetAllCategoriesResponseBody.cs
  GetCategory
 GetCategoryResponseBody.cs
  PostCategory
 PostCategoryResponseBody.cs
  PutCategory
 PutCategoryRequestBody.cs
 CategoryData.cs
  Posts
  GetPost
 GetPostResponseBody.cs
  GetPostFiltered
 GetPostFilteredPost.cs
 GetPostFilteredResponseBody.cs
  PostPost
 PostPostResponseBody.cs
  PutPost
 PutPostRequestBody.cs
 PostData.cs
 PostGetData.cs
  Users
  GetUser
 GetUserResponseBody.cs
  PostUser
 PostUserRequestBody.cs
 PostUserResponseBody.cs
  PutUser
 PutUserRequestBody.cs
 UserData.cs
  UserSettings
 UserSettingsData.cs
  Authentication
 TokenService.cs
  Configuration
 Settings.cs
  Cryptography
 Generators.cs
 PasswordHashing.cs
  Data
 DatabaseHandle.cs
 ModelBuilderExtensions.cs
  Models
 Category.cs
 Post.cs
 User.cs
 UserSettings.cs
 GlobalUsings.cs
 Program.cs