PROJECT ADOPTERS API (1.0.0)

Download OpenAPI specification:Download

Access information on Eclipse Foundation project adopters

Project Adopters

Project adopters list

Returns a list of all project adopters

query Parameters
working_group
string

The name of the working group that would contain project adopters

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Adopters of single project

All project adopters under a specific project

path Parameters
projectId
required
string

The id of the project to retreive

Responses

Response samples

Content type
application/json
{
  • "adopters": [
    ],
  • "logo": "string",
  • "name": "string",
  • "project_id": "string",
  • "url": "string"
}