Search found 3 matches
- Wed May 18, 2016 10:04 am
- Forum: User Contributions
- Topic: Basic C# API Interface
- Replies: 6
- Views: 8545
Re: Basic C# API Interface
I've moved the repository to my own personal machine: https://source.vanharberden.eu/silvester/zoneminder-api ( NOTE: HTTPS Check-Out is broken due to the system being behind a reverse proxy, please use SSH checkout instead. For some reason GitLab has not implemented a method to disable HTTPS ...
- Wed Mar 23, 2016 9:17 am
- Forum: ZoneMinder 1.29.x
- Topic: should new api expose settings in /zm/api/configs.json to user that has system setting to "none"
- Replies: 2
- Views: 1699
Re: should new api expose settings in /zm/api/configs.json to user that has system setting to "none"
As far as I am aware, right now the API does not care about user permissions and will return the same information as long as you're authenticated.
- Fri Mar 18, 2016 2:49 pm
- Forum: User Contributions
- Topic: Basic C# API Interface
- Replies: 6
- Views: 8545
Basic C# API Interface
Hello, I figured I'd share this with people that might at some point have a use for it: https://source.vanharberden.eu/silvester/zoneminder-api ( NOTE: HTTPS Check-Out is broken due to the system being behind a reverse proxy, please use SSH checkout instead. ) It's a fairly simple class library that ...