Conversation
|
The spec seems to say that it should accept a |
|
|
|
Ah. Ok. That needs to be reflected here, then. |
|
Are we saying the post part should change like this? to : |
|
No. The spec says the payload should be something like {"name": "rotation", "parameters": {"x": 0, "y": 0, "z": 0}}So in the mjsonwp implementation here, it should be something like payloadParams: {unwrap: 'parameters', required: ['x', 'y', 'z']} |
|
updated mobile spec here |
|
Looks good to me. |
|
And thanks for fixing the spec! |
|
@imurchie should i update the expected test hash? |
|
Yes. Otherwise the tests will fail and we can't merge. |
|
Thanks! |
* Update travis config to install opencv * Set clang version * tune the timeout * Use gcc7 * tune env * Switch to clang * Fix matrix * Tune the timeout
@jlipps @imurchie
I know this involves changing the hash for the gulp tests. But before thats done want to make sure this pull is ok.
Here is the spec for this route