Skip to content
Snippets Groups Projects
  • Vytor Calixto's avatar
    ad2eb970
    Add simulation/time (UC301) · ad2eb970
    Vytor Calixto authored
    Route /api/v1/simulation/time exists and works with parameter max_time
    
    * Example route: `/api/v1/simulation/time?max_time=10`
    * Return value: {"result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
    
    If no value is specified in max_time, an error is returned
    ad2eb970
    History
    Add simulation/time (UC301)
    Vytor Calixto authored
    Route /api/v1/simulation/time exists and works with parameter max_time
    
    * Example route: `/api/v1/simulation/time?max_time=10`
    * Return value: {"result": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
    
    If no value is specified in max_time, an error is returned