We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a7c96 commit 0d1ed72Copy full SHA for 0d1ed72
1 file changed
lib/ldp.js
@@ -32,6 +32,23 @@ const RDF_MIME_TYPES = [
32
'application/x-turtle'
33
]
34
35
+/**
36
+ * @constructor
37
+ * @param [options={}] {Object}
38
+ * @param [options.root]
39
+ * @param [options.suffixAcl]
40
+ * @param [options.suffixMeta]
41
+ * @param [options.errorPages]
42
+ * @param [options.fileBrowser]
43
+ * @param [options.suppressDataBrowser]
44
+ * @param [options.dataBrowserPath]
45
+ * @param [options.webid]
46
+ * @param [options.auth]
47
+ * @param [options.idp]
48
+ * @param [options.proxy]
49
+ * @param [options.live]
50
+ * @param [options.store]
51
+ */
52
class LDP {
53
constructor (argv = {}) {
54
extend(this, argv)
0 commit comments