ASI/appdata/:user_id/@self/:app_id

GET ^top

Gets every key-value pair that has been saved for this user by this application.

Access

Self

Returns

  • 200 - OK

PUT ^top

Adds new key-value pairs about this user. Any previous data with the same key (or keys) is overwritten with the data provided.

Parameters

data
any_key

any value

any_other_key

any other value

Access

Self

Returns

  • 200 - OK