Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Carlos Andrés Carrero Saldarriaga
ServerlessFaceDetection
Commits
03801eb7
Commit
03801eb7
authored
Oct 17, 2021
by
Carlos Andrés Carrero Saldarriaga
Browse files
Add postman collection
parent
96de9182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
72 additions
and
0 deletions
+72
-0
Docs/GAP.FaceDetection.postman_collection.json
Docs/GAP.FaceDetection.postman_collection.json
+72
-0
No files found.
Docs/GAP.FaceDetection.postman_collection.json
0 → 100644
View file @
03801eb7
{
"info"
:
{
"_postman_id"
:
"c70608f8-e28a-4795-97b3-e5decad6ca59"
,
"name"
:
"GAP.FaceDetection"
,
"schema"
:
"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item"
:
[
{
"name"
:
"DetectFacesInImageUrl"
,
"request"
:
{
"method"
:
"POST"
,
"header"
:
[],
"body"
:
{
"mode"
:
"raw"
,
"raw"
:
"{
\r\n
\"
imageUrl
\"
:
\"
https://res.cloudinary.com/demo/image/upload/butterfly.jpg
\"\r\n
}"
,
"options"
:
{
"raw"
:
{
"language"
:
"json"
}
}
},
"url"
:
{
"raw"
:
"{{Azure}}/api/DetectFacesFromImageUrl?code={{FunctionKey}}"
,
"host"
:
[
"{{Azure}}"
],
"path"
:
[
"api"
,
"DetectFacesFromImageUrl"
],
"query"
:
[
{
"key"
:
"code"
,
"value"
:
"{{FunctionKey}}"
}
]
}
},
"response"
:
[]
}
],
"event"
:
[
{
"listen"
:
"prerequest"
,
"script"
:
{
"type"
:
"text/javascript"
,
"exec"
:
[
""
]
}
},
{
"listen"
:
"test"
,
"script"
:
{
"type"
:
"text/javascript"
,
"exec"
:
[
""
]
}
}
],
"variable"
:
[
{
"key"
:
"Azure"
,
"value"
:
"https://func-face-detection.azurewebsites.net/"
},
{
"key"
:
"FunctionKey"
,
"value"
:
"hwXIEFN9BcKvAlIh9jxcwfI5wQl6DDPi4jaP59ItMtiDaakrZkNj0w=="
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment