File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ A service can use publish a JSON string on the channels above and one of the ins
42
42
### Create
43
43
44
44
- Request Channel ` year4000.pycloud.create `
45
- ```
45
+ ``` json
46
46
{
47
47
"id" : " RANDOMLY_GENERATED_BY_USER" ,
48
48
"script" : " SCRIPT TO RUN ON SERVER AFTER REQUEST IS RECEIVED"
49
49
}
50
50
```
51
51
52
52
- Response Channel ` year4000.pycloud.create.RANDOMLY_GENERATED_BY_USER `
53
- ```
53
+ ``` json
54
54
{
55
55
"cloud" : " PYCLOUD_HASH" ,
56
56
"id" : " SESSION_HASH"
@@ -63,7 +63,7 @@ At this moment both Status and Remove calls are the same Request and Response bu
63
63
64
64
- Request Channel ` year4000.pycloud.status `
65
65
- Request Channel ` year4000.pycloud.remove `
66
- ```
66
+ ``` json
67
67
{
68
68
"id" : " RANDOMLY_GENERATED_BY_USER" ,
69
69
"session" : " SESSION_HASH"
@@ -72,7 +72,7 @@ At this moment both Status and Remove calls are the same Request and Response bu
72
72
73
73
- Response Channel ` year4000.pycloud.status.RANDOMLY_GENERATED_BY_USER `
74
74
- Response Channel ` year4000.pycloud.remove.RANDOMLY_GENERATED_BY_USER `
75
- ```
75
+ ``` json
76
76
{
77
77
"cloud" : " PYCLOUD_HASH" ,
78
78
"id" : " SESSION_HASH" ,
You can’t perform that action at this time.
0 commit comments