feat: modular domain driven boilerplate
This commit is contained in:
19
.bruno/identity/get-by-id.bru
Normal file
19
.bruno/identity/get-by-id.bru
Normal file
@@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: Get By ID
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/identities/:id
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 16b88034-ca82-4a8e-9fe5-13bd0dd29b75
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user