'Searching for a storage API for a client only app

I'm searching for an API that I can post information like for example:

/set parameters id: 42 text: Test

And then do a get in order to get the text like for example:

/set?id=42

I don't care about the security or if anyone can get the text or set it or if the text is only stored a few hours, the goal is to be able to read information from a client who has made another client. Anyone knows an API or an easy way to do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source