server icon indicating copy to clipboard operation
server copied to clipboard

Sm 95 - Adding GetProjects endpoint

Open cd-bitwarden opened this issue 3 years ago • 0 comments

Type of change

- [ ] Bug fix
- [ x ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Adding endpoint to allow listing projects

Code changes

src/Api/Controllers/ProjectsController.cs - added GetProjects api endpoint

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

cd-bitwarden avatar Sep 21 '22 19:09 cd-bitwarden