Skip to content

Commit 7727891

Browse files
authored
Merge pull request NetrunnerDB#389 from plural/doc-updates-post-new-fixtures
Re-generate docs after adding new fixtures.
2 parents f0f89df + 600b930 commit 7727891

File tree

57 files changed

+65
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+65
-65
lines changed

doc/api/card_cycles/all_card_cycles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"response_status_text": "OK",
2323
"response_body": "{\n \"data\": [\n {\n \"id\": \"core\",\n \"type\": \"card_cycles\",\n \"attributes\": {\n \"name\": \"Core Set\",\n \"date_release\": \"2012-09-06\",\n \"legacy_code\": \"core\",\n \"card_set_ids\": [\n \"core\"\n ],\n \"first_printing_id\": \"01050\",\n \"position\": null,\n \"released_by\": null,\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_cycle_id]=core\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_cycle_id]=core\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_cycle_id]=core\"\n }\n },\n \"card_pools\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_pools?filter[card_cycle_id]=core\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_cycles/core\"\n }\n },\n {\n \"id\": \"borealis\",\n \"type\": \"card_cycles\",\n \"attributes\": {\n \"name\": \"Borealis\",\n \"date_release\": \"2022-07-22\",\n \"legacy_code\": \"borealis\",\n \"card_set_ids\": [\n \"midnight_sun\",\n \"parhelion\"\n ],\n \"first_printing_id\": \"21166\",\n \"position\": null,\n \"released_by\": null,\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_cycle_id]=borealis\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_cycle_id]=borealis\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_cycle_id]=borealis\"\n }\n },\n \"card_pools\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_pools?filter[card_cycle_id]=borealis\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_cycles/borealis\"\n }\n }\n ],\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_cycles?page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count\",\n \"first\": \"http://localhost:3000/api/v3/public/card_cycles?page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count\",\n \"last\": \"http://localhost:3000/api/v3/public/card_cycles?page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count\"\n },\n \"meta\": {\n \"stats\": {\n \"total\": {\n \"count\": 2\n }\n }\n }\n}",
2424
"response_headers": {
25-
"Content-Type": "application/vnd.api+json; charset=utf-8"
25+
"content-type": "application/vnd.api+json; charset=utf-8"
2626
},
2727
"response_content_type": "application/vnd.api+json; charset=utf-8",
2828
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_cycles\" -X GET "

doc/api/card_cycles/get_a_single_card_cycle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"response_status_text": "OK",
3030
"response_body": "{\n \"data\": {\n \"id\": \"borealis\",\n \"type\": \"card_cycles\",\n \"attributes\": {\n \"name\": \"Borealis\",\n \"date_release\": \"2022-07-22\",\n \"legacy_code\": \"borealis\",\n \"card_set_ids\": [\n \"midnight_sun\",\n \"parhelion\"\n ],\n \"first_printing_id\": \"21166\",\n \"position\": null,\n \"released_by\": null,\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_cycle_id]=borealis\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_cycle_id]=borealis\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_cycle_id]=borealis\"\n }\n },\n \"card_pools\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_pools?filter[card_cycle_id]=borealis\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_cycles/borealis\"\n }\n },\n \"meta\": {}\n}",
3131
"response_headers": {
32-
"Content-Type": "application/vnd.api+json; charset=utf-8"
32+
"content-type": "application/vnd.api+json; charset=utf-8"
3333
},
3434
"response_content_type": "application/vnd.api+json; charset=utf-8",
3535
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_cycles/borealis\" -X GET "

doc/api/card_pools/all_card_pools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"response_status_text": "OK",
2323
"response_body": "{\n \"data\": [\n {\n \"id\": \"eternal_01\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Eternal Card Pool #1\",\n \"format_id\": \"startup\",\n \"card_cycle_ids\": [],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 127\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/startup\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=eternal_01\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=eternal_01\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=eternal_01\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=eternal_01\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=eternal_01\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/eternal_01\"\n }\n },\n {\n \"id\": \"startup_01\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Startup Card Pool #1\",\n \"format_id\": \"startup\",\n \"card_cycle_ids\": [\n \"core\"\n ],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 4\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/startup\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=startup_01\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=startup_01\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=startup_01\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=startup_01\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=startup_01\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/startup_01\"\n }\n },\n {\n \"id\": \"startup_02\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Startup Card Pool #2\",\n \"format_id\": \"startup\",\n \"card_cycle_ids\": [\n \"core\",\n \"borealis\"\n ],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 4\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/startup\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=startup_02\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=startup_02\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=startup_02\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=startup_02\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=startup_02\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/startup_02\"\n }\n },\n {\n \"id\": \"standard_01\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Standard Card Pool #1\",\n \"format_id\": \"standard\",\n \"card_cycle_ids\": [\n \"core\"\n ],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 5\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/standard\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=standard_01\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=standard_01\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=standard_01\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=standard_01\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=standard_01\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/standard_01\"\n }\n },\n {\n \"id\": \"standard_02\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Standard Card Pool #2\",\n \"format_id\": \"standard\",\n \"card_cycle_ids\": [\n \"core\",\n \"borealis\"\n ],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 8\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/standard\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=standard_02\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=standard_02\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=standard_02\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=standard_02\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=standard_02\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/standard_02\"\n }\n }\n ],\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\",\n \"first\": \"http://localhost:3000/api/v3/public/card_pools?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\",\n \"last\": \"http://localhost:3000/api/v3/public/card_pools?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\"\n },\n \"meta\": {\n \"stats\": {\n \"total\": {\n \"count\": 5\n }\n }\n }\n}",
2424
"response_headers": {
25-
"Content-Type": "application/vnd.api+json; charset=utf-8"
25+
"content-type": "application/vnd.api+json; charset=utf-8"
2626
},
2727
"response_content_type": "application/vnd.api+json; charset=utf-8",
2828
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_pools\" -X GET "

doc/api/card_pools/get_a_single_card_pool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"response_status_text": "OK",
3030
"response_body": "{\n \"data\": {\n \"id\": \"startup_02\",\n \"type\": \"card_pools\",\n \"attributes\": {\n \"name\": \"Startup Card Pool #2\",\n \"format_id\": \"startup\",\n \"card_cycle_ids\": [\n \"core\",\n \"borealis\"\n ],\n \"updated_at\": \"2022-12-08T12:00:00+00:00\",\n \"num_cards\": 4\n },\n \"relationships\": {\n \"format\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/formats/startup\"\n }\n },\n \"card_cycles\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_cycles?filter[card_pool_id]=startup_02\"\n }\n },\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_pool_id]=startup_02\"\n }\n },\n \"snapshots\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/snapshots?filter[card_pool_id]=startup_02\"\n }\n },\n \"cards\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/cards?filter[card_pool_id]=startup_02\"\n }\n },\n \"printings\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/printings?filter[card_pool_id]=startup_02\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_pools/startup_02\"\n }\n },\n \"meta\": {}\n}",
3131
"response_headers": {
32-
"Content-Type": "application/vnd.api+json; charset=utf-8"
32+
"content-type": "application/vnd.api+json; charset=utf-8"
3333
},
3434
"response_content_type": "application/vnd.api+json; charset=utf-8",
3535
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_pools/startup_02\" -X GET "

doc/api/card_set_types/all_card_set_types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"response_status_text": "OK",
2323
"response_body": "{\n \"data\": [\n {\n \"id\": \"core\",\n \"type\": \"card_set_types\",\n \"attributes\": {\n \"name\": \"Core\",\n \"description\": \"A core set, or set that makes up part of the core selection of cards.\",\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_set_type_id]=core\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_set_types/core\"\n }\n },\n {\n \"id\": \"booster_pack\",\n \"type\": \"card_set_types\",\n \"attributes\": {\n \"name\": \"Booster Pack\",\n \"description\": \"A booster pack released as a subset of a larger release.\",\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_set_type_id]=booster_pack\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_set_types/booster_pack\"\n }\n }\n ],\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_set_types?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\",\n \"first\": \"http://localhost:3000/api/v3/public/card_set_types?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\",\n \"last\": \"http://localhost:3000/api/v3/public/card_set_types?page%5Bnumber%5D=1&page%5Bsize%5D=20&stats%5Btotal%5D=count\"\n },\n \"meta\": {\n \"stats\": {\n \"total\": {\n \"count\": 2\n }\n }\n }\n}",
2424
"response_headers": {
25-
"Content-Type": "application/vnd.api+json; charset=utf-8"
25+
"content-type": "application/vnd.api+json; charset=utf-8"
2626
},
2727
"response_content_type": "application/vnd.api+json; charset=utf-8",
2828
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_set_types\" -X GET "

doc/api/card_set_types/get_a_single_card_set_type.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"response_status_text": "OK",
3030
"response_body": "{\n \"data\": {\n \"id\": \"core\",\n \"type\": \"card_set_types\",\n \"attributes\": {\n \"name\": \"Core\",\n \"description\": \"A core set, or set that makes up part of the core selection of cards.\",\n \"updated_at\": \"2022-12-08T12:00:00+00:00\"\n },\n \"relationships\": {\n \"card_sets\": {\n \"links\": {\n \"related\": \"http://localhost:3000/api/v3/public/card_sets?filter[card_set_type_id]=core\"\n }\n }\n },\n \"links\": {\n \"self\": \"http://localhost:3000/api/v3/public/card_set_types/core\"\n }\n },\n \"meta\": {}\n}",
3131
"response_headers": {
32-
"Content-Type": "application/vnd.api+json; charset=utf-8"
32+
"content-type": "application/vnd.api+json; charset=utf-8"
3333
},
3434
"response_content_type": "application/vnd.api+json; charset=utf-8",
3535
"curl": "curl -g \"https://api-preview.netrunnerdb.com/api/v3/public/card_set_types/core\" -X GET "

0 commit comments

Comments
 (0)