|
@@ -76,7 +76,7 @@ json payload for /ids/ - this is a sample
|
76
|
76
|
{
|
77
|
77
|
"userid": "-", // gets filled w id
|
78
|
78
|
"name": "Kris",
|
79
|
|
- "githubid": "xt0fer"
|
|
79
|
+ "github": "xt0fer"
|
80
|
80
|
}
|
81
|
81
|
```
|
82
|
82
|
|
|
@@ -87,7 +87,7 @@ If I type `cmd? ids Kris xt0fer` into the shell, your command processor creates
|
87
|
87
|
{
|
88
|
88
|
"userid": "-", // gets filled w id
|
89
|
89
|
"name": "Kris",
|
90
|
|
- "githubid": "xt0fer"
|
|
90
|
+ "github": "xt0fer"
|
91
|
91
|
}
|
92
|
92
|
```
|
93
|
93
|
and send it as the body of a POST request to `http://zipcode.rocks:8085/ids/`
|