Efestra
    • Projects
      • Get All Projects
        GET
      • Create Project
        POST
    • Experiments
      • Get Experiment
        GET
      • Get all Eexperiments
        GET
      • Create Experiment
        POST
    • Schemas
      • Project
      • Experiment
      • ExperimentDTO

    ExperimentDTO

    {
        "name": "string",
        "hypothesis": "string",
        "description": "string",
        "start_date": "string",
        "end_date": "string"
    }
    Built with