Skip to content

Commit

Permalink
Merge pull request #154 from Azure-Samples/ap/hydrate-recommendation-…
Browse files Browse the repository at this point in the history
…service
  • Loading branch information
thegovind authored Oct 20, 2023
2 parents 963cade + 32728e2 commit a5baddd
Showing 1 changed file with 77 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"info": {
"_postman_id": "a6a96b6e-ecfa-4255-8fcc-320ec182c351",
"name": "hydrate",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "28637755"
},
"item": [
{
"name": "7288/datasets",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [
{
"key": "accept",
"value": "*/*"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": ""
},
"url": {
"raw": "https://localhost:7288/datasets",
"protocol": "https",
"host": [
"localhost"
],
"port": "7288",
"path": [
"datasets"
]
}
},
"response": []
},
{
"name": "save 7288/datasets",
"request": {
"method": "POST",
"header": [
{
"key": "accept",
"value": "*/*"
},
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"metadata\": {\r\n \"userId\": \"50\",\r\n \"riskLevel\": \"aggressive\",\r\n \"favoriteSubReddit\": \"finance\",\r\n \"favoriteAdvisor\": \"Jim Cramer\"\r\n },\r\n \"dataSetName\": \"intelligent-investor\"\r\n\r\n}"
},
"url": {
"raw": "https://localhost:7288/datasets",
"protocol": "https",
"host": [
"localhost"
],
"port": "7288",
"path": [
"datasets"
]
}
},
"response": []
}
]
}

0 comments on commit a5baddd

Please sign in to comment.