Axios<\/a> library.<\/p>\r\n",
+ "format": "basic_html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json b/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json
new file mode 100644
index 000000000..84dc124f5
--- /dev/null
+++ b/docs/drupal/content/paragraph.79dfe8bc-8829-4647-a80a-2c729f69192b.json
@@ -0,0 +1,59 @@
+{
+ "uuid": [
+ {
+ "value": "79dfe8bc-8829-4647-a80a-2c729f69192b"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "section",
+ "target_type": "paragraphs_type",
+ "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T01:25:50+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "layout": "layout_onecol",
+ "config": {
+ "label": ""
+ },
+ "parent_uuid": null,
+ "region": null
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [
+ {
+ "value": true
+ }
+ ],
+ "field_title": [
+ {
+ "value": "Getting a collection of resources"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json b/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json
new file mode 100644
index 000000000..99977e276
--- /dev/null
+++ b/docs/drupal/content/paragraph.85612c18-7716-48a3-8062-a49b5d86c5e0.json
@@ -0,0 +1,58 @@
+{
+ "uuid": [
+ {
+ "value": "85612c18-7716-48a3-8062-a49b5d86c5e0"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T00:38:17+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "3cb4149a-0692-4525-bf53-f5453fc6abe9",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_code": [
+ {
+ "sourcecode": "const { DruxtClient } = require('druxt')\r\nconst druxt = new DruxtClient('https:\/\/demo-api.druxtjs.org')",
+ "language": "javascript"
+ }
+ ],
+ "field_text": [
+ {
+ "value": "The Client requires the baseUrl<\/strong> for your Drupal backend:<\/p>\r\n",
+ "format": "basic_html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json b/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json
new file mode 100644
index 000000000..ac330a2a0
--- /dev/null
+++ b/docs/drupal/content/paragraph.89434393-0280-4695-9af4-ea953a8af64e.json
@@ -0,0 +1,62 @@
+{
+ "uuid": [
+ {
+ "value": "89434393-0280-4695-9af4-ea953a8af64e"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T01:29:52+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "79dfe8bc-8829-4647-a80a-2c729f69192b",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [
+ {
+ "value": true
+ }
+ ],
+ "field_code": [
+ {
+ "sourcecode": "\/\/ Get a collection of recipes.\r\ndruxt.getCollection('node--recipe').then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get the first 5 recipes.\r\ndruxt.getCollection('node--recipe', 'page[limit]=5').then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get the first 5 recipes in spanish.\r\ndruxt.getCollection(\r\n 'node--recipe',\r\n 'page[limit]=5',\r\n 'es'\r\n).then(collection => {\r\n \/\/ Do the thing.\r\n})\r\n",
+ "language": "javascript"
+ }
+ ],
+ "field_text": [
+ {
+ "value": "The getCollection<\/strong> method requires the resource type, and has an optional query<\/strong> and prefix<\/strong> parameter.<\/p>\r\n",
+ "format": "basic_html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json b/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json
new file mode 100644
index 000000000..b6ef9652c
--- /dev/null
+++ b/docs/drupal/content/paragraph.9591fc1f-03a7-40ec-9ea1-f65f95a13409.json
@@ -0,0 +1,59 @@
+{
+ "uuid": [
+ {
+ "value": "9591fc1f-03a7-40ec-9ea1-f65f95a13409"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "section",
+ "target_type": "paragraphs_type",
+ "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T01:30:16+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "layout": "layout_onecol",
+ "config": {
+ "label": ""
+ },
+ "parent_uuid": null,
+ "region": null
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [
+ {
+ "value": true
+ }
+ ],
+ "field_title": [
+ {
+ "value": "Getting all collections of a resource"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json b/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json
new file mode 100644
index 000000000..35ba085ad
--- /dev/null
+++ b/docs/drupal/content/paragraph.ba3476d1-7e55-4528-869a-31c88d692316.json
@@ -0,0 +1,55 @@
+{
+ "uuid": [
+ {
+ "value": "ba3476d1-7e55-4528-869a-31c88d692316"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "section",
+ "target_type": "paragraphs_type",
+ "target_uuid": "ed1278f8-3a61-45a3-8933-e8728276866f"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T00:27:26+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "layout": "layout_onecol",
+ "config": {
+ "label": ""
+ },
+ "parent_uuid": null,
+ "region": null
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_title": [
+ {
+ "value": "DruxtClient"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json b/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json
new file mode 100644
index 000000000..432417f5f
--- /dev/null
+++ b/docs/drupal/content/paragraph.c0517f6d-a643-46f3-a48e-e538fe6e3d1b.json
@@ -0,0 +1,58 @@
+{
+ "uuid": [
+ {
+ "value": "c0517f6d-a643-46f3-a48e-e538fe6e3d1b"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T00:41:20+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "656af6ff-5756-47a4-87fb-8708a3642536",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [],
+ "field_code": [
+ {
+ "sourcecode": "\/\/ Get a page.\r\ndruxt.getResource('node--page', 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd').then(resource => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get a page's title.\r\ndruxt.getResource(\r\n 'node--page',\r\n 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd',\r\n 'fields[node--page]=title'\r\n).then(resource => {\r\n \/\/ Do the thing.\r\n})\r\n\r\n\/\/ Get a page in Spanish.\r\ndruxt.getResource(\r\n 'node--page',\r\n 'd8dfd355-7f2f-4fc3-a149-288e4e293bdd'\r\n undefined,\r\n 'es'\r\n).then(resource => {\r\n \/\/ Do the thing.\r\n})",
+ "language": "javascript"
+ }
+ ],
+ "field_text": [
+ {
+ "value": "The getResource<\/strong> method requires the resource type<\/strong> and id<\/strong>, and has an optional query<\/strong> and prefix<\/strong> parameter.<\/p>\r\n",
+ "format": "basic_html"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json b/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json
new file mode 100644
index 000000000..c5b35d53d
--- /dev/null
+++ b/docs/drupal/content/paragraph.e790843b-db80-4060-8432-f984bee3579f.json
@@ -0,0 +1,62 @@
+{
+ "uuid": [
+ {
+ "value": "e790843b-db80-4060-8432-f984bee3579f"
+ }
+ ],
+ "langcode": [
+ {
+ "value": "en"
+ }
+ ],
+ "type": [
+ {
+ "target_id": "code",
+ "target_type": "paragraphs_type",
+ "target_uuid": "f2daf453-d8e9-4c5e-a4dd-68e2921e29e6"
+ }
+ ],
+ "status": [
+ {
+ "value": true
+ }
+ ],
+ "created": [
+ {
+ "value": "2022-07-26T01:31:09+00:00",
+ "format": "Y-m-d\\TH:i:sP"
+ }
+ ],
+ "behavior_settings": [
+ {
+ "value": {
+ "layout_paragraphs": {
+ "parent_uuid": "9591fc1f-03a7-40ec-9ea1-f65f95a13409",
+ "region": "content"
+ }
+ }
+ }
+ ],
+ "default_langcode": [
+ {
+ "value": true
+ }
+ ],
+ "revision_translation_affected": [
+ {
+ "value": true
+ }
+ ],
+ "field_code": [
+ {
+ "sourcecode": "\/\/ Get all recipes.\r\ndruxt.getCollectionAll('node--recipe').then(collections => {\r\n for (i in collections) {\r\n const collection = collections[i]\r\n for (j in collection.data) {\r\n const resource = collection.data[j]\r\n \/\/ Do the thing.\r\n }\r\n }\r\n})",
+ "language": "javascript"
+ }
+ ],
+ "field_text": [
+ {
+ "value": "The getCollectionAll<\/strong> takes the same parameters as the getCollection<\/strong> method, and will return an array of all collections.<\/p>\r\n",
+ "format": "basic_html"
+ }
+ ]
+}
\ No newline at end of file