Files
web_scraping/hoppscotch/collections/registry_api.json
T
egutierrez 65ca2b3d43 chore: auto-commit (4 archivos)
- .gitignore
- CAPABILITIES_TODO.md
- CHROMIUM_SYSTEM.md
- hoppscotch/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-11 00:16:47 +02:00

183 lines
3.8 KiB
JSON

{
"v": 1,
"name": "registry_api",
"folders": [],
"requests": [
{
"v": "2",
"endpoint": "<<baseURL>>/api/status",
"name": "status",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/search?q=slice",
"name": "search basico",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/search?q=http&lang=py&kind=function",
"name": "search filtrado (py/function)",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/locations",
"name": "locations (todos)",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/locations/<<pc>>",
"name": "locations por PC",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/functions/filter_slice_go_core",
"name": "show funcion",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
},
{
"v": "2",
"endpoint": "<<baseURL>>/api/search?q=metabase&kind=function",
"name": "search metabase",
"params": [],
"headers": [
{
"key": "Accept",
"value": "application/json",
"active": true
}
],
"method": "GET",
"auth": {
"authType": "none",
"authActive": true
},
"preRequestScript": "",
"testScript": "",
"body": {
"contentType": null,
"body": null
},
"requestVariables": []
}
]
}