All checks were successful
Build, Push and Deploy / build-and-deploy (push) Successful in 55s
- added organizations - added industries - added logo in 2 colors for light and dark theme - improved authorization to allow multi tenancy - added Bruno configs
20 lines
214 B
Plaintext
20 lines
214 B
Plaintext
meta {
|
|
name: Get all
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{API_BASE_URL}}/api/{{API_VERSION}}/industries
|
|
body: none
|
|
auth: bearer
|
|
}
|
|
|
|
auth:bearer {
|
|
token: {{BEARER_TOKEN}}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|