Package dev.runabout
Interface RunaboutApi
-
public interface RunaboutApiRunabout interface representing Runabout API endpoints relevant to the library. The library comes with a default implementation and a builder to meet most use cases. SeeRunaboutApiBuilderfor more information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidingestScenario(RunaboutScenario scenario)Saves a scenario via the Runabout Ingest API.
-
-
-
Method Detail
-
ingestScenario
void ingestScenario(RunaboutScenario scenario)
Saves a scenario via the Runabout Ingest API.- Parameters:
scenario- The scenario to save.
-
-