Commit Graph

30 Commits

Author SHA1 Message Date
Nick Chambers 562df63895 Implement a partial billing command 2022-08-21 18:37:10 -05:00
Nick Chambers 63607e3d93 Build the import list dynamically 2022-08-21 18:34:49 -05:00
Nick Chambers 5102077443 Add various todo items 2022-08-21 17:37:53 -05:00
Nick Chambers 4e9f4dd22c Remove accidentally added commands 2022-08-21 17:33:51 -05:00
Nick Chambers 6dbdb8e43d Make all top level commands singular 2022-08-21 17:14:15 -05:00
Nick Chambers 21bdb55a66 Implement an interface for the Backups API 2022-08-20 14:39:48 -05:00
Nick Chambers 530ccba642 Implement an interface for the Applications API 2022-08-20 14:37:47 -05:00
Nick Chambers 292d509eeb Change 'regions' sub-command to match API 2022-08-20 05:04:32 -05:00
Nick Chambers 0540890cb9 Apply the correct number of arguments to a function 2022-08-20 04:54:41 -05:00
Nick Chambers 5de4e9496a Rename commands to match API 2022-08-19 23:08:09 -05:00
Nick Chambers 9a27ccb8d7 Update commands to indicate which need the API key 2022-08-19 21:02:51 -05:00
Nick Chambers 0a1885644b Remove extraneous function parameter from sub-commands 2022-08-19 21:02:20 -05:00
Nick Chambers be21a1ef4a Make generic displayer return data unmodified 2022-08-19 20:54:49 -05:00
Nick Chambers 1e8a3c3517 Define a better stub help message 2022-08-19 20:54:08 -05:00
Nick Chambers 7ffc691a7b Define more possible error cases for the API 2022-08-19 20:53:20 -05:00
Nick Chambers 5b4999f12a Improve error reporting and table generation 2022-08-19 12:53:59 -05:00
Nick Chambers e7159bb6a4 Move Vultron commands into separate package 2022-08-19 06:15:39 -05:00
Nick Chambers 7700a73641 Implement basic usability and rendering for some commands 2022-08-19 06:02:37 -05:00
Nick Chambers 4ce3b38ccf Flesh out basic API client 2022-08-19 05:59:41 -05:00
Nick Chambers 482fb3ecfc Add requests as a dependency 2022-08-19 05:58:55 -05:00
Nick Chambers c16543e3d3 Create basic command execution driver 2022-08-18 04:55:13 -05:00
Nick Chambers 2b6cbee91d Add Click as a dependency 2022-08-18 02:58:22 -05:00
Nick Chambers 57a1dfa7b8 Move the Client class a module up 2022-08-17 23:49:53 -05:00
Nick Chambers 7d9c7c7581 Tell python where to find the source files 2022-08-17 23:45:02 -05:00
Nick Chambers ebd6e0e80a Rename api.py to the class it contains 2022-08-17 23:44:41 -05:00
Nick Chambers 789aa609dd Fix the constructor for the API client 2022-08-17 22:34:46 -05:00
Nick Chambers cf1d6147c1 Make vultron.api import-able by the driver 2022-08-17 22:10:59 -05:00
Nick Chambers e6ef28b5af Hammer out start of entry point 2022-08-17 09:54:45 -05:00
Nick Chambers 3118437b27 Create skeleton structure for application 2022-08-16 22:25:09 -05:00
Nick Chambers 665dbd557d Initial commit 2022-08-16 22:30:14 +00:00