Geoffrey-rs/geoffrey_api/src/commands
Joey Hines caf7212cca
continuous-integration/woodpecker the build failed Details
Added string length validation (#4)
+ Added a length check to string fields on add_item and add_location
+ Only doing length validation for now
+ Clippy + Fmt
2021-12-22 19:00:40 -07:00
..
add_item.rs Added string length validation (#4) 2021-12-22 19:00:40 -07:00
add_location.rs Added string length validation (#4) 2021-12-22 19:00:40 -07:00
add_token.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
delete.rs Added 'edit' commands 2021-12-19 14:06:56 -07:00
edit.rs Added 'edit' commands 2021-12-19 14:06:56 -07:00
find.rs Refactored parameter handling + added delete command 2021-12-17 20:03:15 -07:00
info.rs Added info command 2021-12-19 15:16:22 -07:00
link.rs Added link command 2021-12-18 11:13:18 -07:00
mod.rs Added string length validation (#4) 2021-12-22 19:00:40 -07:00
register.rs Added link command 2021-12-18 11:13:18 -07:00
remove_item.rs Added 'remove_item' command 2021-12-19 14:55:59 -07:00
selling.rs Fixed broken test after refactor 2021-12-18 09:10:51 -07:00
set_portal.rs Added 'edit' commands 2021-12-19 14:06:56 -07:00