Closed zach-planet-nine closed 3 months ago
The Kotlin Spring example was written before the examples were settled on so some of the naming isn't up-to-date. It needs to be updated to handle the routes:
POST /register with payload:
{ pubKey: keys.pubKey, enteredText: "Foo", timestamp: new Date().getTime() + ''", signature: "..." };
POST /cool-stuff with payload:
{ uuid, coolness: 'max', timestamp: new Date().getTime() + ''" signature: "..." };
Any of the CLIs (JS, Python, Rust) can be used to verify the example is working as expected.
is this resolved with #69 ?
yep!
The Kotlin Spring example was written before the examples were settled on so some of the naming isn't up-to-date. It needs to be updated to handle the routes:
POST /register with payload:
{ pubKey: keys.pubKey, enteredText: "Foo", timestamp: new Date().getTime() + ''", signature: "..." };
POST /cool-stuff with payload:
{ uuid, coolness: 'max', timestamp: new Date().getTime() + ''" signature: "..." };
Any of the CLIs (JS, Python, Rust) can be used to verify the example is working as expected.