Handles creating, reading and updating projects.

GET /api/project/ELIXIR-BIOCONTAINERS/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2,
    "name": "ELIXIR-BIOCONTAINERS",
    "homepage": "https://elixir-europe.org/platforms/tools",
    "description": "BioContainers is a community-driven project that provides the infrastructure and basic guidelines to create, manage and distribute bioinformatics packages (e.g conda) and containers (e.g docker, singularity). BioContainers is based on the popular frameworks Conda, Docker and Singularity.",
    "topics": [],
    "team": "https://catalogue.france-bioinformatique.fr/api/team/GenOuest/?format=api",
    "hostedBy": [],
    "fundedBy": [],
    "communities": [],
    "elixirPlatforms": [],
    "uses": []
}