Commit Graph

64 Commits (main)

Author SHA1 Message Date
Mark Cotton b7c361114c added in some error catching when using domain without an explicit port 2023-12-12 16:45:44 -06:00
Mark Cotton b41849b9fc taking the plunge and publishing as 0.0.24 2023-10-02 10:10:26 -05:00
Mark Cotton 3438913846 WIP, fix for not returning status_code on success condition 2023-09-18 21:14:01 -05:00
Mark Cotton 86144d7766 WIP, organizing into separate files 2023-09-11 21:58:53 -05:00
Mark Cotton cad32f0e8f added ability to save_video_to_file, deployed as 0.0.22 2023-09-07 16:16:55 -05:00
Mark Cotton 9706e5d559 Updating README 2023-09-07 08:14:25 -05:00
Mark Cotton 578d12d2c5 whitespace cleanup 2023-09-07 08:03:41 -05:00
Mark Cotton 38f3649a47 added support for logging-in with refresh tokens, deployed as 0.0.21 2023-09-06 22:08:30 -05:00
Mark Cotton 2d1a76b9ff Make logout actually work, fixes #5 2023-09-06 21:30:10 -05:00
Mark Cotton 0ebdbbe103 updated links and published as 0.0.19 2023-08-31 09:29:59 -05:00
Mark Cotton 33be513b73 quote escaping in time functions by default 2023-08-30 09:00:14 -05:00
Mark Cotton 479aea5e22 going back to double filtering because it still isn't quite right 2023-08-29 11:47:25 -05:00
Mark Cotton 845baa4be1 merged in get_list_of_videos 2023-08-29 11:06:49 -05:00
Mark Cotton 5c9018b09b simplified is_offline logic, deployed as 0.0.15 2023-08-21 11:20:44 -05:00
Mark Cotton 2bfee316c4 adding pagination to accounts, deployed at 0.0.14 2023-08-17 16:28:46 -05:00
mcotton 9c492b9566 Update 'README.md' 2023-08-17 15:39:58 +00:00
Mark Cotton 6362a28be4 working on README 2023-08-17 10:36:13 -05:00
Mark Cotton 8489c1a481 dealing with new unknown event status, deployed as 0.0.13 2023-08-15 11:18:13 -05:00
Mark Cotton c4c14bc770 version bump and deployed as 0.0.12 2023-08-15 08:01:09 -05:00
Mark Cotton b8d74dcee2 clearing out devices when switching accounts, fixes #6 2023-08-15 08:00:16 -05:00
Mark Cotton 6c31e8b48d adding pagination to get_list_of_cameras, fixes #2 2023-08-14 17:17:57 -05:00
Mark Cotton 6b2f61f9a3 added self.active_account and keeping list of accounts, published as 0.0.10 2023-08-10 12:58:46 -06:00
Mark Cotton 1b4572a6bc Merge branch 'main' of 100.91.210.38:mcotton/EagleEyev3 2023-08-09 14:12:34 -06:00
Mark Cotton 536ac4227f add account switch for reseller, published as 0.0.9 2023-08-09 14:11:48 -06:00
Mark Cotton 4df8758d88 add account switch for reseller 2023-08-09 14:01:26 -06:00
Mark Cotton ebb3e74bed published as 0.0.8 2023-07-26 07:32:16 -06:00
Mark Cotton f7ac845568 copy/paste error in timeout exception message 2023-07-25 17:42:01 -06:00
Mark Cotton 734c9d2711 forgot to remove this import after deleting settings.py 2023-07-25 10:25:40 -06:00
Mark Cotton b18f81dd01 upgrading to version 0.0.7 with updated README 2023-07-25 10:23:53 -06:00
Mark Cotton e388006015 updating README, removing settings.py 2023-07-25 10:23:10 -06:00
Mark Cotton 0b08b90978 fixing list of status events, decided to keep events without endTimestamps in list, version 0.0.6 2023-07-24 15:09:03 -06:00
Mark Cotton 0e150331b4 Added timeout parameter to Reqeusts calls, making it user adjustable. Added some more exception handling. Bumping version to 0.0.5 2023-07-24 10:24:44 -06:00
Mark Cotton b7b68d71e0 first published version 2023-07-20 09:43:50 -06:00
Mark Cotton fe650b4837 updating .gitignore to skip .egg stuff 2023-07-20 09:32:24 -06:00
Mark Cotton 66d601aaf2 removing deleted files 2023-07-19 23:08:00 -06:00
Mark Cotton 6cab281987 Creating a package that I can pip install locally, using config object from calling app instead of settings. Version 0.0.4 2023-07-19 23:03:29 -06:00
Mark Cotton 91b72ab9d9 wiring up basic flask routing with server sessions back on filesystem 2023-07-13 23:00:37 -05:00
Mark Cotton 425a8e5c02 uses my_applications in developer portal to configure callbacks 2023-07-07 16:58:50 -05:00
Mark Cotton 8e7cdaea77 checking-in pip requirements 2023-07-03 15:27:47 -05:00
Mark Cotton 80090f8643 checking-in dangling tweaks 2023-07-03 15:25:19 -05:00
Mark Cotton e298a89eb8 waiting for the new redirect_urls to be approved 2023-06-08 10:26:44 -05:00
mcotton 78e2541ca1 changed URL params for /events call 2023-06-02 08:11:19 -05:00
mcotton 0a63657305 switching to demo user, cleaning up Playground to work in a different account 2023-06-01 13:59:15 -05:00
mcotton 09e153e3f6 sorting cameras events 2023-06-01 13:43:09 -05:00
mcotton 4fd94a4ad8 filter events call 2023-06-01 12:59:17 -05:00
mcotton 667d9c2bc4 remembering to crate and save a user_tz_obj 2023-06-01 12:02:18 -05:00
mcotton c6e08a5c00 added some helpers around timestamps 2023-06-01 10:28:19 -05:00
mcotton 47d73763fd got a working version of get_list_of_events() 2023-05-31 23:16:11 -05:00
mcotton d98793488e poking around Events and subscriptions 2023-05-31 10:35:19 -05:00
mcotton 0aa1d95dda trying Events and hitting issues 2023-05-30 22:30:22 -05:00