added builders for bundles and bitstreams

This commit is contained in:
Art Lowel
2017-04-24 13:43:54 +02:00
parent fd441aec15
commit f8d6e96e44
12 changed files with 220 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
export const BITSTREAMS = [
{
"_links": {
"self": { "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa" },
"self": { "href": "/bitstreams/3678" },
"bundle": { "href": "/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9" },
"retrieve": { "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa/retrieve" }
},
@@ -22,7 +22,7 @@ export const BITSTREAMS = [
},
{
"_links": {
"self": { "href": "/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632" },
"self": { "href": "/bitstreams/8842" },
"bundle": { "href": "/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd" },
"retrieve": { "href": "/rest/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632/retrieve" }
},

View File

@@ -1,12 +1,12 @@
export const BUNDLES = [
{
"_links": {
"self": { "href": "/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9" },
"self": { "href": "/bundles/2355" },
"items": [
{ "href": "/items/8871" }
],
"bitstreams": [
{ "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa" },
{ "href": "/bitstreams/3678" },
],
"primaryBitstream": { "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa" }
},
@@ -19,12 +19,12 @@ export const BUNDLES = [
},
{
"_links": {
"self": { "href": "/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd" },
"self": { "href": "/bundles/5687" },
"items": [
{ "href": "/items/8871" }
],
"bitstreams": [
{ "href": "/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632" },
{ "href": "/bitstreams/8842" },
],
"primaryBitstream": { "href": "/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632" }
},

View File

@@ -14,10 +14,10 @@ export const ITEMS = [
],
"bundles": [
{
"href": "/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9"
"href": "/bundles/2355"
},
{
"href": "/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd"
"href": "/bundles/5687"
}
]
},
@@ -106,10 +106,10 @@ export const ITEMS = [
],
"bundles": [
{
"href": "/bundles/b0176baa-d52e-4c20-a8e6-d586f2c70c76"
"href": "/bundles/2355"
},
{
"href": "/bundles/40b1cd3f-07ad-4ca6-9716-132671f93a15"
"href": "/bundles/5687"
}
]
},