opened
merge request
!11
"Draft: Resolve #3529964 "Support fieldvalue pairs""
at
project / contentful
joined project
project / contentful
accepted
merge request
!9
"Issue #3330527: Add service for accessing common contentful resources via API"
at
project / contentful
commented on
merge request !9
"Issue #3330527: Add service for accessing common contentful resources via API"
at
project / contentful
Set it to 'Contentful Client'.
commented on
merge request !9
"Issue #3330527: Add service for accessing common contentful resources via API"
at
project / contentful
Fix coding standards....
opened
merge request
!9
"Issue #3330527: Add service for accessing common contentful resources via API"
at
project / contentful
accepted
merge request
!8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Add this value in config YML files as well.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Add a new line at the end of file.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Use dependency injection rather than accessing the service directly. Take hint from this patch https://www.drupal.org/files/issues/2019-10-31/reviv...
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Between line 3 and 4.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Try using dependency injection instead of instantiating Contentful\Delivery\Client using new keyword.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Rename the class and add a new line at the end of the YML file as well.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Add a new line at the end of file.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
This function will just return Client object and not content types.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Don't hardcode credentials, inject the config service and load credentials from configurations.
commented on
merge request !8
"Issue #3327261: Add 'Client' service for accessing data from Contentful API"
at
project / contentful
Fix coding standards as per Drupal specifications.