Download OpenAPI specification:Download
Access information on Eclipse Foundation project adopters
Returns a list of all project adopters
working_group | string The name of the working group that would contain project adopters |
[- {
- "adopters": [
- {
- "projects": [
- "string"
], - "homepage_url": "string",
- "logo": "string",
- "logo_white": "string",
- "name": "string"
}
], - "logo": "string",
- "name": "string",
- "project_id": "string",
- "url": "string"
}
]
All project adopters under a specific project
projectId required | string The id of the project to retreive |
{- "adopters": [
- {
- "projects": [
- "string"
], - "homepage_url": "string",
- "logo": "string",
- "logo_white": "string",
- "name": "string"
}
], - "logo": "string",
- "name": "string",
- "project_id": "string",
- "url": "string"
}