-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HA-104 - added get provider profile by user token
- updated bruno definitions
- Loading branch information
Showing
11 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
meta { | ||
name: Detail Provider | ||
type: http | ||
seq: 3 | ||
} | ||
|
||
get { | ||
url: {{URL}}/api/v2/nodes/{{node_id}}/providers/{{provider_uuid}} | ||
body: none | ||
auth: none | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
meta { | ||
name: List Categories | ||
type: http | ||
seq: 3 | ||
seq: 4 | ||
} | ||
|
||
get { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
meta { | ||
name: List News | ||
type: http | ||
seq: 4 | ||
seq: 5 | ||
} | ||
|
||
get { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
meta { | ||
name: Consumer | ||
type: http | ||
seq: 1 | ||
seq: 2 | ||
} | ||
|
||
get { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
meta { | ||
name: Provider | ||
type: http | ||
seq: 3 | ||
seq: 1 | ||
} | ||
|
||
get { | ||
url: {{URL}}/api/v2/nodes/{{node_id}}/providers/{{provider_uuid}} | ||
url: {{URL}}/api/v2/provider/ | ||
body: none | ||
auth: none | ||
} | ||
|
||
headers { | ||
Authorization: Token {{token}} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
meta { | ||
name: Update Consumer | ||
type: http | ||
seq: 2 | ||
seq: 3 | ||
} | ||
|
||
put { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
vars { | ||
URL: https://app.mercadosocial.net | ||
username: [email protected] | ||
URL: https://mercadosocial.app | ||
} | ||
vars:secret [ | ||
username, | ||
password, | ||
token, | ||
node_id, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
vars { | ||
URL: https://staging.app.mercadosocial.net | ||
username: [email protected] | ||
URL: https://staging.mercadosocial.app | ||
} | ||
vars:secret [ | ||
username, | ||
password, | ||
token, | ||
node_id, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters