Package dev.runabout

Interface RunaboutApi


  • public interface RunaboutApi
    Runabout interface representing Runabout API endpoints relevant to the library. The library comes with a default implementation and a builder to meet most use cases. See RunaboutApiBuilder for more information.
    • Method Detail

      • ingestScenario

        void ingestScenario​(RunaboutScenario scenario)
        Saves a scenario via the Runabout Ingest API.
        Parameters:
        scenario - The scenario to save.