summaryrefslogtreecommitdiffstats
path: root/contrib/bruno/users/get_user.bru
blob: abc0d88785544820ed0b215b3def7be31a68bb76 (plain)
1
2
3
4
5
6
7
8
9
10
11
meta {
  name: get_user
  type: http
  seq: 1
}

get {
  url: {{HUT_HOSTNAME}}:{{HUT_PORT}}/users/sellershut
  body: none
  auth: inherit
}