![Rust](https://github.com/fxwiegand/waschmaschine/workflows/Rust/badge.svg) [![codecov](https://codecov.io/gh/fxwiegand/waschmaschine/branch/main/graph/badge.svg?token=RX8MBLC73T)](https://codecov.io/gh/fxwiegand/waschmaschine) # waschmaschine A darts checkout api written in rust ### API Routes `/checkout/` ##### Example: `/checkout/170` ```json { "darts":[ { "field":20, "region":"Triple" }, { "field":20, "region":"Triple" }, { "field":25, "region":"Double" } ] } ```