drupal-org-api icon indicating copy to clipboard operation
drupal-org-api copied to clipboard

Results 7 drupal-org-api issues
Sort by recently updated
recently updated
newest added

Fetching a node gets me all these warnings: Warning: Missing argument 33 for EclipseGc\DrupalOrg\Api\Resources\Node\ProjectIssue::__construct() in eclipsegc/drupal-org-api/src/Resources/Node/ProjectIssue.php on line 39 Warning: Missing argument 34 for EclipseGc\DrupalOrg\Api\Resources\Node\ProjectIssue::__construct() in eclipsegc/drupal-org-api/src/Resources/Node/ProjectIssue.php on line 39...

I get this error when I try to use the library: `Fatal error: Access level to EclipseGc\DrupalOrg\Api\Resources\GetResource::getResource() must be public (as in class EclipseGc\DrupalOrg\Api\Resources\ResourceInterface) in eclipsegc/drupal-org-api/src/Resources/Node.php on line 265`

I'm writing an improved version of my d.org patch workflow script, dorgpatch. It seems to me that it would make sense to use this project to make API calls to...

I would like to get the releases of a certain project, this can be done by requesting something like this: https://www.drupal.org/api-d7/node.json?type=project_release&field_release_project=my_project_id How would I do this with your API? Or...

Allows for requesting paged resource lists such as lists of modules, etc. However, #2 and #3 should be merged in before this one.

Allows for requesting paged resource lists such as lists of modules, etc.

This is a basic file cache factory that I've been using...