= API: Shared Records Token = The shared records token servlet exposes a small subset of the HTTP REST API, enhanced with QR code generation for simple integration with Shared Records. == API == '''Base URL''': http://sra.sharedrecords.org/tokens/ {{{ #!textile table(modern). |_. Operation |_. HTTP |_. Description | | "ProxyPut":/wiki/ProxyPut | http-put | Stores data on the Shared Records server. | | "ProxyGet":/wiki/ProxyGet | http-post | Retrieves a record from the Shared Records server. | | "ProxyMetaData":/wiki/ProxyMetaData | http-get | Gets metadata associated with a record, presented in a TiddlyWiki. | | "RawKeyGet":/wiki/RawKeyGet| http-get | Gets a record passing the encryption key in base64. | }}}