Apix v0.2.2 Simple.Api View Source

This api describes very simple get/put storage api. And should be a very small example of how to use it.

Link to this section Summary

Functions

Get value for a defined key

Put a value for the key

Link to this section Functions

Get value for a defined key

Parameters

  • :key - string, must be sent
  • :default - string, optional, defines default, if nothing found to be returned

Results

Put a value for the key

Parameters

  • :key - string, describes key, on which it will be saved
  • :value - string, describes value

Results