Commit Graph

178 Commits

Author SHA1 Message Date
Rusty Brooks
081f75bef4 Update version number 2021-04-02 11:24:07 -05:00
Rusty Brooks
1ead2ed011 Update cert defaults 2021-04-02 11:22:15 -05:00
Rusty Brooks
af26a3e89c Merge branch 'master' of github.com:AlienVault-OTX/OTX-Python-SDK 2021-04-02 11:18:16 -05:00
Rusty Brooks
2ae8796e18 some test fixes 2021-04-02 11:18:14 -05:00
rustybrooks
11db43218d
Merge pull request #60 from rkagin/allow_verify_and_cert
Allow verify and cert parameters in requests
2021-04-02 11:17:58 -05:00
Ryan Kagin
ce0312c945 Modified requests to optionally allow the verify and cert parameters for proxies 2021-03-30 21:37:27 -04:00
Ryan Kagin
98e177b37f Modified requests to optionally allow the verify and cert parameters for proxies 2021-03-30 21:27:47 -04:00
Rusty Brooks
b3f07db50c Change client version 2021-03-29 19:55:49 -05:00
Rusty Brooks
25bd16fccb fix test version 2021-03-29 19:46:15 -05:00
Rusty Brooks
f016555893 Increase limits some more 2021-03-29 19:34:23 -05:00
Rusty Brooks
db073dd0ce Advance to version 1.5.11 2021-02-17 13:50:06 -06:00
Rusty Brooks
626fb28937 Adjust limits for some endpoints 2021-02-17 13:49:19 -06:00
Rusty Brooks
e41414d488 Update to version 1.5.10 2020-07-01 09:11:58 -05:00
Rusty Brooks
5e6911bb01 Add 504 to list of codes that trigger retries 2020-07-01 09:10:42 -05:00
Rusty Brooks
a4b84be9ad Add pulse cloning and add/remove pulse to/from groups 2020-05-06 12:36:19 -05:00
Rusty Brooks
bab6e035b5 Reduce backoff factor to 1, 5 is way too high 2020-03-12 12:57:32 -05:00
Rusty Brooks
8fca8d8fd3 Fix get_paginated_resource 2020-03-12 09:40:51 -05:00
Rusty Brooks
953d4f1050 Update to version 1.5.7 2020-02-12 17:16:14 -06:00
Rusty Brooks
64bee061e2 Add add_or_update_pulse_indicators with test 2020-02-12 17:15:09 -06:00
Rusty Brooks
6c5a4b4ab8 Add remove_pulse_indicators, add proxy_https, and add include_inactive to get_pulse_indicators 2019-12-18 16:47:45 -06:00
Rusty Brooks
660d2ea287 Update version to 1.5.5 2019-12-05 14:32:14 -06:00
Rusty Brooks
73a2755dac OTXP-3825 - Allow more customization with replace_pulse_indicators, amend tests 2019-12-05 13:41:56 -06:00
Rusty Brooks
3443af6453 OTXP-3825 - fix problem where replace_pulse_indicators doesn't update expiration of indicators that already exist 2019-12-05 13:13:26 -06:00
Rusty Brooks
d9c9b7d4af Whoops, gotta increase the version number in the tests too 2019-11-18 16:15:34 -06:00
Rusty Brooks
10a0181c54 Added more create_pulse parameters, and related tests 2019-11-18 16:09:53 -06:00
Rusty Brooks
1c25a71a1b Add support for group_ids param instead of groups param 2019-11-18 12:38:32 -06:00
Rusty Brooks
65d96829a2 Disable backoff test until I find a way to repro 500s again 2019-10-04 11:41:58 -05:00
rustybrooks
3493a84afd
Merge pull request #45 from cterron/add-delete-pulse
Add the delete pulse API
2019-10-04 11:36:33 -05:00
Carlos Terrón
6d716c574c Add the delete pulse API 2019-10-04 18:21:30 +02:00
Rusty Brooks
8ddb986490 Set current version to 1.5.3 2019-08-19 19:21:44 -05:00
Rusty Brooks
8e0fc57e7d fix version in test 2019-08-19 18:04:14 -05:00
Rusty Brooks
53865b753a Merge branch 'master' of https://github.com/AlienVault-Labs/OTX-Python-SDK 2019-08-19 17:53:56 -05:00
Rusty Brooks
b685ad54d2 Add max_items to cached functions 2019-08-19 16:58:16 -05:00
Rusty Brooks
fa0c6c02e6 Update version to 1.5.2 2019-08-01 14:29:02 -05:00
Rusty Brooks
c1de7dfedb Allow walkapi to support POST method as well as GET, add hashes option to submitted_files() 2019-08-01 14:22:15 -05:00
Rusty Brooks
80363c9722 Updated some examples, added some new endpoints (get_user_pulses and get_my_pulses, including ability to search within feed) 2019-06-19 16:35:36 -05:00
Rusty Brooks
3161f24ceb Update python3 version 2019-06-18 19:13:12 -05:00
Rusty Brooks
6768ada9fc Update python3 version 2019-06-18 19:10:36 -05:00
Rusty Brooks
183231666e Add some new endpoints - get_user, follow_user, unfollow_user, subscribe_to_pulse, unsubscribe_from_pulse, with basic tests 2019-06-18 16:49:40 -05:00
Rusty Brooks
4220c35949 take sha of bytes instead of string, because python3 2019-04-29 22:25:39 -05:00
Rusty Brooks
aee3541b38 This is lame, but add time delay to ensure that datetimes sort properly 2019-04-29 22:14:28 -05:00
Rusty Brooks
bc36c5e192 more changes to try to get python3 tests passing 2019-04-29 21:56:40 -05:00
Rusty Brooks
2cc83372d9 Remove check from tests to prevent errors when running simultaneously 2019-04-29 21:45:32 -05:00
Rusty Brooks
024d85f4e7 minor change to accomodate python3 in tests 2019-04-29 21:37:53 -05:00
Rusty Brooks
658b468f8e Add methods to submit files and urls, and check on progress of submissions 2019-04-29 21:25:37 -05:00
Rusty Brooks
0f2ca4fb9c Add BadRequest and NotFound logic to pulse details function, slight modifications to edit_pulse 2019-04-03 19:25:03 -05:00
Rusty Brooks
8d90c80f9a Giving a bad pulse id will now throw a BadRequest, and giving a pulse id for a nonexistent pulse will give a NotFound 2019-04-03 19:23:18 -05:00
Rusty Brooks
d622e6a8df Fix bug trying to get full indicator details for indicator types that don't have sections 2019-04-03 18:40:28 -05:00
Rusty Brooks
82f5f44638 Fix test to reflect change to user agent 2019-04-03 17:51:54 -05:00
Rusty Brooks
5b8c818538 Update to version 1.5 2019-04-03 17:46:01 -05:00