openkeyval icon indicating copy to clipboard operation
openkeyval copied to clipboard

OpenKeyval.org is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist data in web applications.

Results 17 openkeyval issues
Sort by recently updated
recently updated
newest added

These two commits add an IIFE wrapper to provide closure and stores any reference to `window.remoteStorage`. The new `noConflict` method can be used to restore the `remoteStorage` reference if you...

Github path (should be changed on .org page too)

Also noticed that website is using outdated links to **shinyplasticbag** rather than newer **shinypb**

Hey! I'm wondering if you'd be interested in write-once key support :) I'm not a php programmer, so let me know if anything I did is incorrect, and I'd be...

the documentation states that keys are limited to 128 characters but in fact http://api.openkeyval.org/store/ is refusing keys greater than 64 chars.

Hi, there seems to be a limitation of 512 characters for setting a value (via JSONP). I am making a request to http://api.openkeyval.org/store/?somekey=somevalue&jsonp_callback=... When strlen(somevalue)==512, it works fine, but when...

JSONP is nice but simple XHR could work if headers['Access-Control-Allow-Origin'] = '*' is added on the server.