Skip to content

Commit

Permalink
docs: add more Hawk endpoints to Postman collection
Browse files Browse the repository at this point in the history
This adds more of the Hawk-authenticated endpoints to the existing (very light)
Postman collection.
  • Loading branch information
michalc committed Nov 29, 2024
1 parent 4afa563 commit 080ccdb
Showing 1 changed file with 278 additions and 2 deletions.
280 changes: 278 additions & 2 deletions docs/data-workspace-frontend.postman_collection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"info": {
"_postman_id": "83e61590-33da-4c6e-90ce-a319c2e5e1b6",
"_postman_id": "74b35b99-86c9-4c0a-bd9b-a31f23677019",
"name": "data-workspace-frontend",
"description": "To use this collection you need to set up a Postman \"environment\" with 3 variables:\n\n1. **data_workspace_host** - The hostname of the environment to connect to\n \n2. **data_workspace_hawk_id -** The HAWK ID used to sign requests\n \n3. **data_workspace_hawk_key -** The HAWK key (secret) used to sign requests",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "38756713"
},
Expand All @@ -10,7 +11,282 @@
"name": "API V1 (Hawk)",
"item": [
{
"name": "Catalogue Items",
"name": "Application Instances",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "text/plain",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{data_workspace_host}}/api/v1/dataset/catalogue-items",
"protocol": "https",
"host": [
"{{data_workspace_host}}"
],
"path": [
"api",
"v1",
"dataset",
"catalogue-items"
]
}
},
"response": []
},
{
"name": "Catalogue Items (Dataset)",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "text/plain",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{data_workspace_host}}/api/v1/dataset/catalogue-items",
"protocol": "https",
"host": [
"{{data_workspace_host}}"
],
"path": [
"api",
"v1",
"dataset",
"catalogue-items"
]
}
},
"response": []
},
{
"name": "Catalogue Items (Reference Dataset)",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "text/plain",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{data_workspace_host}}/api/v1/dataset/catalogue-items",
"protocol": "https",
"host": [
"{{data_workspace_host}}"
],
"path": [
"api",
"v1",
"dataset",
"catalogue-items"
]
}
},
"response": []
},
{
"name": "Events",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "text/plain",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{data_workspace_host}}/api/v1/dataset/catalogue-items",
"protocol": "https",
"host": [
"{{data_workspace_host}}"
],
"path": [
"api",
"v1",
"dataset",
"catalogue-items"
]
}
},
"response": []
},
{
"name": "Teams",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true,
"disabledSystemHeaders": {}
},
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "text/plain",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://{{data_workspace_host}}/api/v1/dataset/catalogue-items",
"protocol": "https",
"host": [
"{{data_workspace_host}}"
],
"path": [
"api",
"v1",
"dataset",
"catalogue-items"
]
}
},
"response": []
},
{
"name": "Users",
"event": [
{
"listen": "prerequest",
Expand Down

0 comments on commit 080ccdb

Please sign in to comment.