Commit Graph

11 Commits (f59072d53485464ef3aefd87b98e421d2cac63d7)

Author SHA1 Message Date
Joey Hines f59072d534 Added missing files 2019-12-29 18:29:04 -06:00
Joey Hines 88cb10b96c Added delete_resource command and moved GeoffreyCommand to objects
+ GeoffreyCommand is now in the objects package
2019-12-29 13:16:23 -06:00
Joey Hines 3c15b9e770 Added delete_item command 2019-12-29 11:02:36 -06:00
Joey Hines 2cecd8d0c5 Added missing files 2019-12-29 10:46:33 -06:00
Joey Hines a3c12f8dd6 Added add_resource command
+ Added GeoffreyResource model
2019-12-26 15:15:16 -06:00
Joey Hines 4cf8400347 Added missing file (again) 2019-12-26 14:21:01 -06:00
Joey Hines 4804ca5ad4 Added missing files from last commit 2019-12-24 17:15:23 -06:00
Joey Hines d834c95b00 Added register command 2019-12-21 15:43:53 -05:00
Joey Hines 323f5aafa5 Added the ability to add locations to Geoffrey
+ All add locations commands are handled by one executor
+ Added the ability for commands to make GET or POST requests tot he api
2019-12-21 15:29:31 -05:00
Joey Hines 1eaefc26bf Added error handling and selling command
+ Errors are handled when the response is parsed as JSON in GeoffreyAPICallback
+ Each command has a Map of errors and error messages it handles
+ Added new Models GeoffreyShop and GeoffreyItemListing
+ Added support for a config
2019-12-19 15:21:51 -06:00
Joey Hines 03130c7e6d Initial commit
+ Implemented a simple proof of concept `find` command
2019-12-18 13:48:00 -06:00