List project maintainers (XML)
documentedRetrieve maintainers for a specific Drupal.org project in XML.
GET /project/{project_id}/maintainers.xmlProjectsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.drupal.org/project/{{$project_id}}/maintainers.xml" \
-X GET \
-H "Accept: application/xml" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Drupal-Api-Key: {{DRUPAL_API_KEY}}"