Orphea Gateway
Component ID
2054603
Component name
Orphea Gateway
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
427
Component created
Component changed
Component body
Description
Orphea Gateway provide modules to request Orphea Gateway webservice:
- Orphea Gateway API
- Provides a class OrpheaGatewayService that is an abstraction to the Orphea Gateway web service.
- Orphea Gateway
- Provides a configuration page and a drush command to harvest orphea objects into Drupal nodes
Quick start
- Enable both modules
- Create a new content type (say 'Orphea')
- Go to Admin » Configuration » Web Services » Orphea Gateway
- Fill Base URL, User name, and passwords fields and choose the created content type 'Orphea'
- Save the form
- To harvest objects from id 1 to id 100, use the following command:
drush orphea-harvest --from=1 --to=100 --verbose=2
