You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
The KT api currently does not really look like a RESTful API.
This is because, unlike most restful APIs, KT is returning a lot of cryptographic "proof" in each response.
This can be improved by getting and posting a single "User" object which may optionally include a "UserCommitment" and "UserProof". The "UserCommitment" would be an obfuscated object that gets put in the Merkel Tree, while the "UserProof" would tie the data in "User" to the "UserCommitment".
The text was updated successfully, but these errors were encountered:
gdbelvin
changed the title
Simplify API
Simplify KT API: Replace "Entry" objects with "User" objects
Jan 26, 2018
gdbelvin
changed the title
Simplify KT API: Replace "Entry" objects with "User" objects
RESTful KT API: Replace "Entry" objects with "User" objects
Jan 26, 2018
The KT api currently does not really look like a RESTful API.
This is because, unlike most restful APIs, KT is returning a lot of cryptographic "proof" in each response.
This can be improved by getting and posting a single "User" object which may optionally include a "UserCommitment" and "UserProof". The "UserCommitment" would be an obfuscated object that gets put in the Merkel Tree, while the "UserProof" would tie the data in "User" to the "UserCommitment".
The text was updated successfully, but these errors were encountered: