Browse Source

Adding rest resource for GET (#34)

pull/756/head
dannylamb 8 years ago committed by Jared Whiklo
parent
commit
38943575d5
  1. 26
      config/install/rest.resource.entity.fedora_resource.yml

26
config/install/rest.resource.entity.fedora_resource.yml

@ -0,0 +1,26 @@
uuid: f29f59d6-ed21-46cf-84e2-42141255b0de
langcode: en
status: true
dependencies:
module:
- basic_auth
- islandora
- jsonld
- serialization
- user
enforced:
module:
- islandora
id: entity.fedora_resource
plugin_id: 'entity:fedora_resource'
granularity: method
configuration:
GET:
supported_formats:
- jsonld
- json
- xml
supported_auth:
- basic_auth
- cookie
Loading…
Cancel
Save