peer-group-grading/bruno/project/Get Projects.bru
Mika c1e5f60fac
Some checks failed
ci/woodpecker/push/check_fmt Pipeline failed
feat: add endpoints to retrieve all projects and a specific project
get specific project is not working yet
2025-04-02 16:46:58 +02:00

11 lines
118 B
Text

meta {
name: Get Projects
type: http
seq: 1
}
get {
url: {{api_base}}/project
body: none
auth: inherit
}