[−][src]Module splits_io_api::run
The run module handles retrieving Runs. A Run maps directly to an uploaded splits file.
Structs
| RunWriter | Handles writing a run to the body of an upload request. |
| UploadedRun | A run that was uploaded to Splits.io. |
Functions
| download | Downloads the splits for a Run. |
| get | Gets a Run. |
| upload | Uploads a run to Splits.io. |
| upload_lazy | Uploads a run to Splits.io by using a RunWriter in order to write the request body. |