ironcache-d 0.0.4
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
Authors
karronoli
Copyright
karronoli 2015-
Date
2015-Feb-15
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);
- 0.0.4 released 10 years ago
- karronoli/ironcache-d
- github.com/karronoli/ironcache-d
- BSL-1.0
- Copyright © 2015, karronoli
- Authors:
- Dependencies:
- none
- Versions:
- 
						
 Show all 6 versions0.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 
- Download Stats:
- 
						- 
								0 downloads today 
- 
								3 downloads this week 
- 
								3 downloads this month 
- 
								294 downloads total 
 
- 
								
- Score:
- 0.5
- Short URL:
- ironcache-d.dub.pm