Stephen Seo
8706f8a90d
Just in case I lose my terminal history, I'm saving a curl command used to test the backend.
5 lines
195 B
Markdown
5 lines
195 B
Markdown
Use something like:
|
|
|
|
curl -X POST 127.0.0.1:1237 -H 'Content-Type: application/json' -d '{"type": "pairing_request"}'
|
|
|
|
To debug the backend. See protocol specifications for what should work.
|