summaryrefslogtreecommitdiffstats
path: root/afm-client/bower_components/jszip/documentation/api_jszip.md
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-01-28 16:30:12 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-01-28 16:30:12 +0100
commitbe83a8f382cf2fea98161bfd6d51719aacbf9aa9 (patch)
tree3fb02337f8d7d308ef7ca7818ecc3d3a6ee05d88 /afm-client/bower_components/jszip/documentation/api_jszip.md
parent1a4ed39bf86b2115eb0f1387d1e988462b492776 (diff)
Update JSON API
Diffstat (limited to 'afm-client/bower_components/jszip/documentation/api_jszip.md')
-rw-r--r--afm-client/bower_components/jszip/documentation/api_jszip.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/afm-client/bower_components/jszip/documentation/api_jszip.md b/afm-client/bower_components/jszip/documentation/api_jszip.md
new file mode 100644
index 0000000..1eb759c
--- /dev/null
+++ b/afm-client/bower_components/jszip/documentation/api_jszip.md
@@ -0,0 +1,15 @@
+---
+title: "JSZip API"
+layout: default
+section: api
+---
+
+An instance of JSZip represents a set of files. You can add them, remove them,
+modify them. You can also import an existing zip file or generate one.
+
+### Attributes
+
+attribute name | type | description
+---------------------|-------------|-------------
+`files` | object | the [ZipObject]({{site.baseurl}}/documentation/api_zipobject.html)s inside the zip with the name as key. See [file(name)]({{site.baseurl}}/documentation/api_jszip/file_name.html).
+`comment` | string | the comment of the zip file.