Geoffrey-rs/geoffrey_models/src/models/parameters
Joey Hines 8e8798f509
First pass on shop/item handling
+ The `add_item` command adds items to a location of type `Shop`
+ `selling` allows items to be queried
  + Items are not sorted yet
  + The user will be able to apply optional sorting params
+ Allowed the `insert` function of the DB to be used to update a model already in the DB
+ Clippy + Fmt
2021-11-07 14:23:18 -07:00
..
add_item_params.rs First pass on shop/item handling 2021-11-07 14:23:18 -07:00
add_location_params.rs Added API token handling 2021-10-31 11:00:07 -06:00
add_token_params.rs Added API token handling 2021-10-31 11:00:07 -06:00
find_params.rs Added API token handling 2021-10-31 11:00:07 -06:00
mod.rs First pass on shop/item handling 2021-11-07 14:23:18 -07:00
register_params.rs Added API token handling 2021-10-31 11:00:07 -06:00
selling_params.rs First pass on shop/item handling 2021-11-07 14:23:18 -07:00