Thanks everyone for the pointers! I'm hoping to find some time this weekend to take another crack at this. I'll come back to share what worked or for more help.
Ryan
Search found 2 matches
- Sat Jun 23, 2018 3:06 pm
- Forum: ZoneMinder 1.30.x
- Topic: Accessing API using Python requests
- Replies: 4
- Views: 5294
- Sun Jun 17, 2018 4:25 pm
- Forum: ZoneMinder 1.30.x
- Topic: Accessing API using Python requests
- Replies: 4
- Views: 5294
Accessing API using Python requests
Hi everyone, I'm trying to use python to access the API {"version":"1.30.4","apiversion":"1.0"}. I'm able to successfully use curl from the examples on https://zoneminder.readthedocs.io/en/stable/api.html. However, I can't seem to get past logging in using Python 3.6 with request module. This works ...