Added project related setup to Bruno
This commit is contained in:
19
bruno/propify/Projects/Get stats.bru
Normal file
19
bruno/propify/Projects/Get stats.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Get stats
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{API_BASE_URL}}/api/{{API_VERSION}}/projects/stats
|
||||
body: none
|
||||
auth: bearer
|
||||
}
|
||||
|
||||
auth:bearer {
|
||||
token: {{BEARER_TOKEN}}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user