ironcache-d 0.0.3

IronCache service wrapper by curl.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

IronCache service wrapper by curl.

See_also

http://dev.iron.io/cache/reference/api/

License

Boost License 1.0

Authors

karronoli

karronoli 2015-

Date

2015-Feb-1

Examples

   import iron.cache;
   import std.json;
   const prjid = "...", token = "...";
   auto iron = new IronCache(prjid, token);
   const name = "名前", key = "キー", val = "値";
   iron.put(name, key, val);
   JSONValue json = iron.get(name, key);
   assert(json["value"].str == val);
Authors:
  • karronoli
Dependencies:
none
Versions:
0.0.6 2016-Dec-25
0.0.5 2015-Feb-15
0.0.4 2015-Feb-15
0.0.3 2015-Feb-01
0.0.2 2015-Jan-24
Show all 6 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 289 downloads total

Score:
0.6
Short URL:
ironcache-d.dub.pm