feat: Implement get project by ID Route (!25)
All checks were successful
Build / Build and analyze (push) Successful in 1m25s
Quality Check / Tests (push) Successful in 42s
Quality Check / Checkstyle Main (push) Successful in 37s
Release / Release (push) Successful in 39s
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 43s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m52s
All checks were successful
Build / Build and analyze (push) Successful in 1m25s
Quality Check / Tests (push) Successful in 42s
Quality Check / Checkstyle Main (push) Successful in 37s
Release / Release (push) Successful in 39s
Quality Check / Tests (pull_request) Successful in 59s
Quality Check / Checkstyle Main (pull_request) Successful in 43s
gitea-sonarqube-bot OK
Build PR / Build and analyze (pull_request) Successful in 1m52s
Co-authored-by: Phan Huy Tran <p.tran@neusta.de> Reviewed-on: #25 Reviewed-by: Jan Gleytenhoover <krisellp9@gmail.com> Co-authored-by: Phan Huy Tran <ptran@noreply.localhost> Co-committed-by: Phan Huy Tran <ptran@noreply.localhost>
This commit is contained in:
parent
d047bce4ec
commit
c317b226fe
6 changed files with 126 additions and 10 deletions
3
requests/getProject.http
Normal file
3
requests/getProject.http
Normal file
|
@ -0,0 +1,3 @@
|
|||
### GET request to example server
|
||||
GET http://localhost:8080/projects/2
|
||||
Authorization: Bearer {{auth_token}}
|
Reference in a new issue