Stub in framework for new .net Open Jibo cloud

This commit is contained in:
Jacob Dubin
2026-04-11 07:12:57 -05:00
parent 0c040d1348
commit 8f838787a0
54 changed files with 1933 additions and 897 deletions

View File

@@ -0,0 +1,9 @@
{
"host": "api.jibo.com",
"method": "POST",
"path": "/",
"headers": {
"x-amz-target": "Account_20160715.CreateHubToken"
},
"body": {}
}

View File

@@ -0,0 +1,7 @@
{
"statusCode": 200,
"body": {
"token": "hub-usr_test_001-1712700000000",
"expires": 1712703600000
}
}

View File

@@ -0,0 +1,11 @@
{
"host": "api.jibo.com",
"method": "POST",
"path": "/",
"headers": {
"x-amz-target": "Notification_20160715.NewRobotToken"
},
"body": {
"deviceId": "my-robot-serial-number"
}
}

View File

@@ -0,0 +1,6 @@
{
"statusCode": 200,
"body": {
"token": "token-my-robot-serial-number-1712700000000"
}
}