https://github.com/fxwiegand/waschmaschine
A darts checkout api written in rust
https://github.com/fxwiegand/waschmaschine
api checkout darts
Last synced: 4 months ago
JSON representation
A darts checkout api written in rust
- Host: GitHub
- URL: https://github.com/fxwiegand/waschmaschine
- Owner: fxwiegand
- License: mit
- Created: 2022-04-11T12:38:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T20:28:29.000Z (over 3 years ago)
- Last Synced: 2025-05-14T15:16:57.767Z (7 months ago)
- Topics: api, checkout, darts
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://crates.io/crates/waschmaschine)
[](https://crates.io/crates/waschmaschine)
[](https://crates.io/crates/waschmaschine)
[](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"
}
]
}
```